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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "博达网站群扩展插件",
  "version": "1.0.9",
  "description": "适应Chrome新版机制,完成浏览器对于网站群管理平台原来扩展插件的支持。",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "nativeMessaging"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/system/site/VSBIEHelper/chromeext.htm",
        "https://*/system/site/VSBIEHelper/chromeext.htm"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": "vsb19.png",
    "default_title": "博达网站群扩展插件"
  },
  "icons": {
    "16": "vsb16.png",
    "48": "vsb48.png",
    "128": "vsb128.png"
  },
  "manifest_version": 3
}