Enable Copy

Allow selecting, copying, pasting and right clicking in some restricted pages.

What is Enable Copy?

Enable Copy is a Chrome extension developed by hurbaroh, and its main feature is "Allow selecting, copying, pasting and right clicking in some restricted pages.".

Extension Screenshots

Download Enable Copy Extension CRX File

Download Enable Copy 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

                        遇到限制复制粘贴和右键的网页是不是很头痛?安装这个插件后,点下插件按钮就能解决了~

提示:
1. 需要解除限制时,点击Enable Copy图标,此时图标会从浅灰色变为深灰色,当前网页和该网站下的所有网页都被解除限制。
2. 再次点击图标会变回浅灰色,以后再打开该网站的网页时,将不会被自动解除限制。
*修复错误并添加分享 LinkedIn、Facebook、Twitter                    

Extension Basic Information

Name Enable Copy Enable Copy
ID lmnganadkecefnhncokdlaohlkneihio
Official URL https://chromewebstore.google.com/detail/enable-copy/lmnganadkecefnhncokdlaohlkneihio
Description Allow selecting, copying, pasting and right clicking in some restricted pages.
File Size 24.21 KB
Installation Count 510,762
Current Version 6.1
Last Updated 2023-12-27
Publish Date 2020-04-11
Rating 4.32/5 Total 593 Ratings
Developer hurbaroh
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/07b69ef2-3e70-4639-82b9-4965f24aa354
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Allow selecting, copying, pasting and right clicking in some restricted pages.",
    "version": "6.1",
    "name": "Enable Copy",
    "icons": {
        "16": "icon\/icon19.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon19.png"
        },
        "default_title": "Enable Copy"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.ts.a4d9a5cb.e95b4894.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "declarativeNetRequest",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/chunk-QIZ4XBKF.19129500.js",
                "assets\/content.ts.a4d9a5cb.js"
            ],
            "use_dynamic_url": true
        }
    ]
}