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
{
  "version": "4.1",
  "manifest_version": 2,
  "name": "浏览器盒子-允许复制",
  "description": "集合工具:手动去除弹窗、选中自动复制、自动清除部分广告、解除网页禁止复制",
  "permissions": [
    "clipboardWrite",
    "activeTab",
    "tabs",
    "storage"
  ],
  "icons": {
    "128": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "/window/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{94b6d6fe-0151-41f5-866c-9389d1f8e1e7}"
    }
  }
}