How to set up requestly on Firefox using WebExtensionAPI
Sagar Soni
July 18, 2024
Learn how to develop and run Requestly on Firefox with this comprehensive guide using Webextensions API Firefox. Step-by-step instructions for development

Introduction
The Requestly development team utilizes WebExtension APIs to construct a cross-platform browser extension. This guide is specifically designed to assist the Requestly development team in running the source code of Requestly on Firefox using Webextensions API Firefox, ensuring a seamless development experience.
Steps
Install web-ext npm module
npm install -g web-ext
Navigate to browser-extension source code and switch the mode to firefox
cd browser-extension
grunt select-firefox
Open a new terminal to run firefox with extension installed
cd dist
web-ext run
Use web-ext –help // to get the list of available commands
Written by
Sagar Soni
Sagar is the co-founder and CTO of Requestly. When he’s not busy architecting the next big thing in software development, you’ll likely find him behind the wheel, cruising the streets and enjoying the thrill of the drive. For Sagar, it’s all about the code by day and the open road by night.
Contents
Subscribe for latest updates
Share this article
Related posts

How to use Safari to Send requests to local APIs
Requestly’s Safari extension lets you test local APIs without proxies. Learn how it compares to other API clients and improves your development process
Dinesh Thakur
March 25, 2025

10 must-have backend development tools
Explore the best backend development tools in 2025. Discover essential tools like Nitric, Prisma, Appwrite, and more to streamline your backend workflow.
Rushil
March 6, 2025

Best Web Development Tools in 2025
Discover the best web development tools for 2025, categorized into Front-end, Back-end, and Project Management, to jumpstart your development journey.
Abhishek Sachan
February 28, 2025