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": "\u5fae\u4fe1\u516c\u4f17\u53f7\u6587\u7ae0\u5bfc\u51fa\u5668",
"version": "1.0",
"description": "\u5bfc\u51fa\u4f60\u5728\u5fae\u4fe1\u516c\u4f17\u5e73\u53f0\u5df2\u53d1\u8868\u7684\u6587\u7ae0\u8bb0\u5f55",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
}
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/mp.weixin.qq.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/mp.weixin.qq.com\/cgi-bin\/appmsgpublish*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}