25 lines
742 B
JSON
25 lines
742 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "dns-killer",
|
|
"description": "DNS缓存杀手,一键清除chrome的DNS缓存, 并刷新当前选项卡。 web开发的利器。",
|
|
"version": "2.0.1",
|
|
"author": "yutent",
|
|
"icons": {
|
|
"64": "icons/64.png",
|
|
"128": "icons/128.png",
|
|
"256": "icons/256.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js",
|
|
"type": "module"
|
|
},
|
|
"action": {
|
|
"default_icon": { "64": "icons/64.png", "128": "icons/128.png" },
|
|
"default_title": "点击清除DNS缓存"
|
|
},
|
|
"permissions": ["tabs", "activeTab", "scripting"],
|
|
"host_permissions": ["chrome://net-internals/#dns"],
|
|
"optional_host_permissions": ["chrome://extensions/"],
|
|
"homepage_url": "https://github.com/yutent"
|
|
}
|