v1.2 原始版本 - UI重设计前的备份
This commit is contained in:
45
manifest.json
Normal file
45
manifest.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user