By: tweak
Inspect and view changes in tweak: mock and modify HTTP requests source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "tweak: mock and modify HTTP requests",
"version": "8.4.2",
"description": "Mock or modify your HTTP requests to test, develop and demo your web application",
"background": {
"persistent": true,
"scripts": [
"service-worker.bundle.js"
]
},
"permissions": [
"storage",
"unlimitedStorage",
"tabs"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"exclude_matches": [
"*://*.google.com/*",
"*://*.zoom.us/*",
"*://teams.microsoft.com/*",
"*://*.zendesk.com/*",
"*://clickup.com/*",
"*://app.clickup.com/*",
"*://chat.openai.com/*",
"*://chatgpt.com/*",
"*://www.chatgpt.com/*",
"*://x.com/*",
"*://www.x.com/*",
"*://facebook.com/*",
"*://www.facebook.com/*",
"*://instagram.com/*",
"*://www.instagram.com/*",
"*://linkedin.com/*",
"*://www.linkedin.com/*",
"*://tumblr.com/*",
"*://www.tumblr.com/*",
"*://stackblitz.com/*",
"*://www.stackblitz.com/*",
"*://costco.com/*",
"*://www.costco.com/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"content-script.bundle.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon-tweak-start.png"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"commands": {
"toggle-tweak-enabled-state": {
"suggested_key": {
"default": "Ctrl+Shift+Comma"
},
"description": "Runs/Stops the tweak browser extension."
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+Period"
},
"description": "Opens the extension popup."
}
},
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": [
"intercept.bundle.js"
],
"browser_specific_settings": {
"gecko": {
"id": "{b1d62f2f-9e58-4608-8e2a-c8300e04e983}"
}
}
} Best tweak: mock and modify HTTP requests Alternatives
Here are some Firefox add-ons that are similar to tweak: mock and modify HTTP requests:
Mock Express
Mock Express
HeaderTweaker
Maurice
Moq - Mock API Requests
Pavel Shpakovich
Mocklet
Nikolai
Interceptor
Codemancers
ModResponse Mock replay API
789Win
Tamper Data Classic
SamDev
Live Resource Override
Sapan
Enhanced Network Tab
muskecan
Tweeks - Customize Any Website
NextByte
Network Interceptor
Dheeraj Kumar
Tinker Tester Developer Spy
Thomas Wisniewski