Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "LiuRabt",
"name": "\u81ea\u9009\u57fa\u91d1\u52a9\u624b - \u5b9e\u65f6\u67e5\u770b\u57fa\u91d1\u6da8\u8dcc\u5e45",
"description": "\u81ea\u9009\u57fa\u91d1\u52a9\u624b\uff0c\u5b9e\u65f6\u67e5\u770b\u60a8\u5173\u6ce8\u7684\u57fa\u91d1\uff0c\u52a9\u60a8\u5feb\u901f\u83b7\u53d6\u5b9e\u65f6\u6570\u636e",
"version": "3.3.1",
"manifest_version": 3,
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"homepage_url": "https:\/\/funds.rabt.top",
"action": {
"default_icon": {
"19": "icons\/icon19.png",
"38": "icons\/icon38.png"
},
"default_title": "\u81ea\u9009\u57fa\u91d1\u52a9\u624b",
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
},
"permissions": [
"storage",
"webRequest",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"contextMenus",
"alarms"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "1",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
"https:\/\/*.eastmoney.com\/*",
"https:\/\/*.bspapp.com\/*",
"https:\/\/*.rabt.top\/*",
"https:\/\/*.1234567.com.cn\/*"
]
}