Network Overrides
Override network calls. Configurable via network-overrides Node package.
What is Network Overrides?
Network Overrides is a Chrome extension developed by miguel.smsilva, and its main feature is "Override network calls. Configurable via network-overrides Node package.".
Extension Screenshots
Download Network Overrides Extension CRX File
Download Network Overrides extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Via the combination of a CLI and a browser extension, define sets of browser-side redirects (overrides) programmatically from the command line. It was designed to allow one to develop web client-side apps on top of an external environment (ex: test or production) using assets served from one (or multiple) local dev-server(s). Additionally, by having the command line as a source of truth, one can ensure that a set of overrides are only in place while the related process is running (ex: dev-server). Visit https://github.com/miguel-silva/network-overrides for usage instructions, issues or contributing.
Extension Basic Information
Name | Network Overrides |
ID | kineamfncbnialdjlpmhibfjegiiphkk |
Official URL | https://chromewebstore.google.com/detail/network-overrides/kineamfncbnialdjlpmhibfjegiiphkk |
Description | Override network calls. Configurable via network-overrides Node package. |
File Size | 11.28 KB |
Installation Count | 170 |
Current Version | 0.1.0 |
Last Updated | 2021-04-22 |
Publish Date | 2021-04-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | miguel.smsilva |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/miguel-silva/network-overrides |
Help Page URL | https://github.com/miguel-silva/network-overrides/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Network Overrides", "description": "Override network calls. Configurable via network-overrides Node package.", "version": "0.1.0", "manifest_version": 2, "background": { "page": "background\/background.html", "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", " |