by lunzi@2021.1.6
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "ä¸ç§»ç½‘大工具æ ",
"version": "1.0",
"default_locale": "zh_CN",
"manifest_version": 2,
"description": "by lunzi@2021.1.6",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"browser_action": {
"default_icon": "16.png",
"default_popup": "index.html"
},
"content_scripts": [
{
"matches": [
"*://wangda.chinamobile.com/*"
],
"js": [
"index.js"
],
"all_frames": true
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}