2023-10-10 14:25:32 +08:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "星际公民盒子浏览器拓展",
|
2025-02-19 12:22:19 +08:00
|
|
|
"version": "0.0.11",
|
2023-10-10 14:25:32 +08:00
|
|
|
"description": "为星际公民网站及工具站提供汉化",
|
|
|
|
"author": "xkeyC",
|
|
|
|
"icons": {
|
2023-10-10 14:52:29 +08:00
|
|
|
"192": "icon.png"
|
2023-10-10 14:25:32 +08:00
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"storage",
|
2024-07-13 09:37:47 +08:00
|
|
|
"https://git.scbox.xkeyc.cn/*"
|
2023-10-10 14:25:32 +08:00
|
|
|
],
|
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "icon.png",
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"background.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://robertsspaceindustries.com/*",
|
|
|
|
"https://*.robertsspaceindustries.com/*",
|
|
|
|
"https://www.erkul.games/*",
|
2023-11-16 21:05:39 +08:00
|
|
|
"https://uexcorp.space/*"
|
2023-10-10 14:25:32 +08:00
|
|
|
],
|
2024-10-07 11:03:42 +08:00
|
|
|
"exclude_matches": [
|
|
|
|
"https://robertsspaceindustries.com/spectrum/*"
|
|
|
|
],
|
2023-10-10 14:25:32 +08:00
|
|
|
"js": [
|
|
|
|
"core.js",
|
|
|
|
"thirdparty/timeago.full.min.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": [
|
2023-11-16 21:05:39 +08:00
|
|
|
"https://www.erkul.games/*"
|
2023-10-10 14:25:32 +08:00
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"thirdparty/jquery.min.js"
|
|
|
|
]
|
2025-02-19 12:20:02 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://robertsspaceindustries.com/*"
|
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"rsi_hangar_fix.js"
|
|
|
|
],
|
|
|
|
"run_at": "document_idle"
|
2023-10-10 14:25:32 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|