Inspect and view changes in BreakingBadRequest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "BreakingBadRequest",
"version": "0.2.2",
"description": "Developer tool for API mocking and HTTP header modification",
"browser_specific_settings": {
"gecko": {
"id": "breakingbadrequest@engrea.dev",
"strict_min_version": "128.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"storage",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"src/background/index.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/content/index.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"<all_urls>"
],
"js": [
"src/injected/interceptor.js"
],
"run_at": "document_start",
"world": "MAIN",
"all_frames": true
}
],
"options_ui": {
"page": "src/options/index.html",
"open_in_tab": true
},
"devtools_page": "src/devtools/devtools.html",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_popup": "src/popup/index.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"src/injected/interceptor.js"
],
"matches": [
"<all_urls>"
]
}
]
} 최고의 BreakingBadRequest 대안
다음은 BreakingBadRequest과(와) 유사한 Firefox add-on입니다:
API Response Mocker
Aevorn LLC
API Mock Generator
Bernard Williamson
Moq - Mock API Requests
Pavel Shpakovich
Custom API Tester
Olsen
Mock Express
Mock Express
Mock API Creator
Kent Ross
DevHeaders - HTTP Header Editor & Modifier
DevHeaders
Header Tool
loreii
HeaderTweaker
Maurice
Trust API Tester
Russel
API MOCK
yasewang
ModResponse Mock replay API
789Win