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 (recently acquired by BrowserStack). With over 8 years of experience in software development and entrepreneurship, he’s passionate about building innovative tools that solve real-world problems. From architecting scalable web applications to leading cross-functional teams, Sagar has worn many hats throughout his journey from technical implementation to business strategy. Always looking for the next challenge to tackle.
Contents
Subscribe for latest updates
Share this article
Related posts

Four Years On, Requestly Still Drives OpenWeb’s QA Efficiency
OpenWeb boosts QA efficiency with Requestly Workspaces—enabling safe, fast testing across clusters, bundles, and environments without code changes.
Akanksha Bhadauria
June 9, 2025

Free HTTP Header Modification Tool in 2025
Discover the best free HTTP header modification tool in 2025. Easily add, remove, or override headers for debugging, testing, and development.
Kanishk Rawat
June 5, 2025

How to Change Your IP Address Using Requestly
Learn how to change or spoof your IP address using the X-Forwarded-For header with Requestly. Step-by-step guide for developers to simulate client IPs easily
Dinesh Thakur
June 1, 2025