copy-cat

在任意网站拷贝任意内容

What is copy-cat?

copy-cat is a Chrome extension developed by onlyeat3, and its main feature is "在任意网站拷贝任意内容".

Extension Screenshots

screenshot
screenshot
screenshot

Download copy-cat Extension CRX File

Download copy-cat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        解除网站对内容复制的屏蔽,在任意网站拷贝任意内容。CSDN、360DOC等等                    

Extension Basic Information

Name copy-cat copy-cat
ID nncbgmjajecnoenkckoalkhmciealnme
Official URL https://chromewebstore.google.com/detail/copy-cat/nncbgmjajecnoenkckoalkhmciealnme
Description 在任意网站拷贝任意内容
File Size 324 KB
Installation Count 90
Current Version 0.1.4
Last Updated 2023-01-08
Publish Date 2021-10-18
Rating 5.00/5 Total 1 Ratings
Developer onlyeat3
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "\u5728\u4efb\u610f\u7f51\u7ad9\u62f7\u8d1d\u4efb\u610f\u5185\u5bb9",
    "default_locale": "zh_CN",
    "permissions": [],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "scripts": [
            "\/js\/crx-hotreload.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/copy-cat.css",
                "\/css\/content-embed.css"
            ],
            "js": [
                "\/js\/content-embed.js"
            ]
        }
    ],
    "version": "0.1.4"
}