Skip to content

Chrome Extension - Allows you to override a request or add one when page is loading

Notifications You must be signed in to change notification settings

thmsgbrt/HTTP-Request-override

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Request Override for Chrome

  • Replace a request made by a webpage or
  • Inject a new request while your page is loading

Available Chrome Store

Follow the link to download the extension : HTTP Request Override

Screenshots

Screenshot1 Screenshot2

How it works

  • Create a rule by clicking on Add Rule button
  • Select your injection choice
    • Override Request : will override any requests matching the Request Regex
    • Inject Code: will create a new request with the given URL to inject
  • Page Regex : The extension will either watch every requests for the corresponding URL (if you are replacing a request) or inject a new request for every pages matching the regex.

Developing

If you want to work on it : git clone https://github.com/thmsgbrt/HTTP-Request-override

Chrome

  1. Enable Chrome Extensions Developer Mode in Chrome.
  2. In Settings > Extensions click "Load unpacked extension" and select the app/ subfolder of this repository.

There is a gulp task to compile the scss that you can start by running gulp at the root of the folder.

About

Chrome Extension - Allows you to override a request or add one when page is loading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published