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
{
  "action": {
    "default_icon": "img/ico19_disable.png",
    "default_popup": "popup.html",
    "default_title": "超级复制"
  },
  "background": {
    "service_worker": "js/inclusive.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/stadium.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "zh_CN",
  "description": "__MSG_description__",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "128": "img/ico.png"
  },
  "manifest_version": 3,
  "name": "超级复制",
  "options_page": "option.html",
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "alarms",
    "declarativeNetRequest",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "3.1",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "/*"
      ]
    }
  ]
}