上班时间盯股票,看基金必备插件!实时关注您的自选
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"author": "Pushu",
"name": "股票基金管家 - 上ç盯盘助手",
"description": "上ç时间盯股票,看基金必备æ’件ï¼å®žæ—¶å…³æ³¨æ‚¨çš„自选",
"version": "3.4.4",
"manifest_version": 3,
"icons": {
"16": "icons/logo-128.png",
"48": "icons/logo-128.png",
"128": "icons/logo-128.png"
},
"homepage_url": "https://www.hqzs.top",
"action": {
"default_popup": "popup/popup.html",
"default_title": "基金股票助手 - 盯盘神器",
"default_icon": {
"19": "icons/logo-128.png",
"38": "icons/logo-128.png"
}
},
"content_scripts": [
{
"matches": [
"*://pu_shu.gitee.io/*",
"*://*.topnamei.top/*",
"*://*.hqzs.top/*",
"*://*.githud.top/*"
],
"js": [
"contentjs/index.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"options/options.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"script-src": "'self'",
"object-src": "'self'"
},
"options_page": "options/options.html",
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*://*/*",
"https://*.eastmoney.com/*",
"https://*.gitee.io/*",
"https://topnamei.top/*",
"https://fundmobapi.eastmoney.com/*"
],
"permissions": [
"storage",
"alarms",
"contextMenus",
"notifications"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}