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",
"manifest_version": 3,
"name": "\u5854\u5854\u7f51\u7533\u795e\u5668",
"version": "0.7.2",
"description": "\u5854\u5854\u7f51\u7533\u795e\u5668\u52a9\u529b\u6c42\u804c\uff0c\u66f4\u591a\u5185\u5bb9\u53ef\u4ee5\u8bbf\u95ee\u5b98\u7f51 https:\/\/www.tatawangshen.com ",
"default_locale": "zh_CN",
"action": {
"default_icon": {
"16": "images\/5_16.png",
"19": "images\/5_19.png",
"32": "images\/5_32.png",
"38": "images\/5_38.png",
"48": "images\/5_48.png",
"64": "images\/5_64.png",
"128": "images\/5_128.png"
},
"default_title": "__MSG_pluginName__",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/umd.min.js",
"js\/entry.js",
"js\/content.js"
],
"css": [
"css\/content.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"*:\/\/*\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.svg"
],
"matches": [
"<all_urls>"
]
}
]
}