代码拉取完成,页面将自动刷新
{
"manifest_version": 3,
"permissions": [
"contextMenus",
"storage",
"unlimitedStorage",
"tabs",
"webNavigation",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"name": "回收站",
"author": "milaoshu1020",
"version": "1.0.5",
"minimum_chrome_version": "88",
"description": "Ctrl+鼠标右键点击 删除并自动过滤网页元素;",
"icons": {
"16": "images/ico54-013.png",
"48": "images/ico54-010.png",
"128": "images/ico54-000.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"all_frames": true,
"matches": ["<all_urls>"],
"js": [
"js/jquery-3.7.1.js",
"js/psl.min.js",
"js/common.js",
"js/content_scripts.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "js/service-worker.js"
},
"action": {
"default_title": "回收站",
"default_popup": "popup.html"
},
"update_url": "http://upext.chrome.360.cn/intf.php?method=ExtUpdate.query"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。