1 Star 1 Fork 76

迷途 / trashbin

forked from milaoshu1020 / trashbin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 997 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"manifest_version": 2,
"permissions": [
"contextMenus",
"storage",
"unlimitedStorage",
"tabs",
"webNavigation",
"activeTab",
"<all_urls>"
],
"name": "垃圾桶",
"author": "milaoshu1020",
"version": "5.6.8",
"description": "Ctrl+鼠标右键点击 删除并自动过滤网页元素;",
"icons": {
"16": "images/ico54-013.png",
"48": "images/ico54-010.png",
"128": "images/ico54-000.png"
},
"options_page": "options.html",
"content_scripts": [
{
"all_frames": true,
"matches": ["<all_urls>"],
"js": ["js/lodash.min.js","js/jquery-3.6.0.min.js","js/psl.min.js","js/common.js","js/content_scripts.js"],
"run_at": "document_start"
}
],
"background": {
"persistent": true,
"scripts": ["js/psl.min.js","js/common.js","js/background.js"]
},
"browser_action": {
"default_icon": "images/ico55-012.png",
"default_title": "垃圾桶",
"default_popup": "popup.html"
},
"update_url": "http://upext.chrome.360.cn/intf.php?method=ExtUpdate.query"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yanhuoyileng/trashbin.git
git@gitee.com:yanhuoyileng/trashbin.git
yanhuoyileng
trashbin
trashbin
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891