Examine source code of 中移网大工具栏

Inspect and view changes in 中移网大工具栏 source codes across current and past versions
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.2",
  "manifest_version": 2,
  "description": "by lunzi@2021.4",
  "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
    }
  ]
}