46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "涩花塘磁力助手",
|
|
"version": "1.2",
|
|
"description": "一键获取当前页所有帖子的磁力链接",
|
|
"permissions": [
|
|
"activeTab",
|
|
"clipboardWrite",
|
|
"storage",
|
|
"unlimitedStorage"
|
|
],
|
|
"host_permissions": [
|
|
"http://sehuatang.net/*",
|
|
"http://www.sehuatang.net/*",
|
|
"http://sehuatang.org/*",
|
|
"http://www.sehuatang.org/*",
|
|
"https://sehuatang.net/*",
|
|
"https://www.sehuatang.net/*",
|
|
"https://sehuatang.org/*",
|
|
"https://www.sehuatang.org/*"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"http://sehuatang.net/*",
|
|
"http://www.sehuatang.net/*",
|
|
"http://sehuatang.org/*",
|
|
"http://www.sehuatang.org/*",
|
|
"https://sehuatang.net/*",
|
|
"https://www.sehuatang.net/*",
|
|
"https://sehuatang.org/*",
|
|
"https://www.sehuatang.org/*"
|
|
],
|
|
"js": ["content.js"],
|
|
"run_at": "document_idle"
|
|
}
|
|
],
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"action": {
|
|
"default_title": "涩花塘磁力助手",
|
|
"default_popup": "popup.html"
|
|
}
|
|
}
|