Examine source code of codebox-一键复制代码/下载文章

Inspect and view changes in codebox-一键复制代码/下载文章 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
{
  "icons": {
    "16": "icon16.plasmo.2577fc03.png",
    "32": "icon32.plasmo.d583dc1e.png",
    "48": "icon48.plasmo.e0fcfb1d.png",
    "64": "icon64.plasmo.e6259081.png",
    "128": "icon128.plasmo.96a1ede9.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.2577fc03.png",
      "32": "icon32.plasmo.d583dc1e.png",
      "48": "icon48.plasmo.e0fcfb1d.png",
      "64": "icon64.plasmo.e6259081.png",
      "128": "icon128.plasmo.96a1ede9.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.3.1",
  "author": "027xiguapi. <458813868@qq.com>",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/027xiguapi/code-box#readme",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://baijiahao.baidu.com/*",
        "https://www.baidu.com/*"
      ],
      "js": [
        "baidu.590f1365.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.51cto.com/*"
      ],
      "js": [
        "51cto.e983a3ac.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chatgpt.com/c/*"
      ],
      "js": [
        "chatgpt.0b49201b.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "custom.4d48a646.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.cnblogs.com/*"
      ],
      "js": [
        "cnblogs.c699a9bf.js"
      ],
      "all_frames": true,
      "css": []
    },
    {
      "matches": [
        "https://*.npmjs.com/*",
        "https://*.medium.com/*",
        "https://day.js.org/*",
        "https://stackoverflow.com/*",
        "https://dev.to/*",
        "https://greasyfork.org/*"
      ],
      "js": [
        "copycode.f1c30eb6.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.blog.csdn.net/*",
        "https://devpress.csdn.net/*"
      ],
      "js": [
        "csdn.ff0c982b.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.jb51.net/*"
      ],
      "js": [
        "jb51.8113d1e1.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.jianshu.com/*"
      ],
      "js": [
        "jianshu.81959469.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "deepseek.8a0b3eea.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.medium.com/*"
      ],
      "js": [
        "medium.793cc0a3.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.juejin.cn/post/*"
      ],
      "js": [
        "juejin.2ce49a62.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://kimi.moonshot.cn/*",
        "https://kimi.moonshot.cn/chat/*"
      ],
      "js": [
        "kimi.e8e2a356.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://mp.weixin.qq.com/cgi-bin/*"
      ],
      "js": [
        "mp.f68770e8.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://md.randbox.top/*",
        "https://md.code-box.fun/*"
      ],
      "js": [
        "md.18016c0a.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://paywallbuster.com/articles/*",
        "https://archive.is/*",
        "https://archive.ph/*"
      ],
      "js": [
        "paywallbuster.be92eb35.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.php.cn/*"
      ],
      "js": [
        "php.22311d8e.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.oschina.net/*"
      ],
      "js": [
        "oschina.9e68535d.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.segmentfault.com/**"
      ],
      "js": [
        "segmentfault.fc77a49d.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://mp.weixin.qq.com/s/*",
        "https://mp.weixin.qq.com/s?src=*"
      ],
      "js": [
        "weixin.6c0b6826.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://*.zhihu.com/*"
      ],
      "js": [
        "zhihu.798d372c.js"
      ],
      "css": []
    }
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "458813868@qq.com"
    }
  },
  "host_permissions": [
    "https://*/*"
  ],
  "omnibox": {
    "keyword": "copy"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://baijiahao.baidu.com/*",
        "https://www.baidu.com/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chatgpt.com/*"
      ],
      "resources": [
        "xcx.8ba6fccb.jpg"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://*.cnblogs.com/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://*.jb51.net/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://*.jianshu.com/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://chat.deepseek.com/*"
      ],
      "resources": [
        "xcx.8ba6fccb.jpg"
      ]
    },
    {
      "matches": [
        "https://*.medium.com/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://*.juejin.cn/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://kimi.moonshot.cn/*",
        "https://kimi.moonshot.cn/*"
      ],
      "resources": [
        "xcx.8ba6fccb.jpg"
      ]
    },
    {
      "matches": [
        "https://paywallbuster.com/*",
        "https://archive.is/*",
        "https://archive.ph/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://*.php.cn/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://*.oschina.net/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://*.segmentfault.com/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://mp.weixin.qq.com/*",
        "https://mp.weixin.qq.com/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    },
    {
      "matches": [
        "https://*.zhihu.com/*"
      ],
      "resources": [
        "gzh.88073145.jpg"
      ]
    }
  ]
}