By: Dheeraj Kumar
Inspect and view changes in Network Interceptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Network Interceptor",
"version": "1.0.0",
"description": "Intercept, mock, redirect, block, and modify network requests for development and testing.",
"browser_specific_settings": {
"gecko": {
"id": "{c422d09e-56de-4387-a907-53a9df0a3773}",
"strict_min_version": "128.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"permissions": [
"storage",
"tabs",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Network Interceptor",
"default_icon": {
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-bridge.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"interceptor.js"
],
"run_at": "document_start",
"world": "MAIN"
}
]
} Best Network Interceptor Alternatives
Here are some Firefox add-ons that are similar to Network Interceptor:
Interceptor
Codemancers
Request Interceptor
Vinay Kaparthi
Mock Express
Mock Express
Request Interceptor
Vahe Demirkhanyan
API Request Interceptor Mock
Mithun G S
NetShadow Interceptor
Sumalya Chatterjee
tweak: mock and modify HTTP requests
tweak
DefendShield Request Interceptor
DefendShield CyberSecurity
Moq - Mock API Requests
Pavel Shpakovich
ProxyServe
Yashkumar Navadiya
WireRules
WireRules
Enhanced Network Tab
muskecan