代码拉取完成,页面将自动刷新
{
"name": "Ajax Interceptor Tools",
"version": "0.0.4",
"description": "Modify the response text of Ajax requests",
"manifest_version": 3,
"permissions": [
"storage"
],
"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": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"./content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"devtools_page": "devtoolsPage/index.html",
"web_accessible_resources": [
{
"resources": [
"html/iframePage/dist/index.html",
"pageScripts/index.js",
"html/iframePage/mock.js"
],
"matches": [
"<all_urls>"
]
}
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。