제작자: yasewang
Inspect and view changes in API MOCK source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "API MOCK",
"version": "0.1.0",
"description": "Modify the response text of Ajax requests",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
"id": "wangyasen8@163.com"
}
},
"permissions": [
"storage",
"tabs"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"action": {
"default_icon": {
"16": "./icons/tools16.png",
"24": "./icons/tools24.png",
"32": "./icons/tools32.png"
}
},
"icons": {
"48": "./icons/tools128.png",
"128": "./icons/tools128.png"
},
"background": {
"scripts": [
"service_worker.js"
]
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"./content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"devtools_page": "devtoolsPage/index.html",
"web_accessible_resources": [
{
"resources": [
"dist/index.html",
"pageScripts/index.js",
"html/iframePage/mock.js",
"html/iframePage/dist/*"
],
"matches": [
"<all_urls>"
]
}
]
} 최고의 API MOCK 대안
다음은 API MOCK과(와) 유사한 Firefox add-on입니다:
Mock Express
Mock Express
Moq - Mock API Requests
Pavel Shpakovich
Ajax Proxy
Gj
Colibri: modify Ajax response
789WIN
tweak: mock and modify HTTP requests
tweak
Apifox Browser Extension
apifox.com
ModResponse Mock replay API
789Win
API Mock Generator
Bernard Williamson
API Request Interceptor Mock
Mithun G S
Network Interceptor
Dheeraj Kumar
AI Chat Assistant
songyi
Interceptor
Codemancers