Enable Copy

Allow selecting, copying, pasting.

What is Enable Copy?

Enable Copy is a Chrome extension developed by https://xasaxa.com, and its main feature is "Allow selecting, copying, pasting.".

Extension Screenshots

screenshot

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

                        allows you to easily perform copying in sites that block copy                    

Extension Basic Information

Name Enable Copy Enable Copy
ID pedikhgldlhhinfcajmpnicfpkbneeeh
Official URL https://chrome.google.com/webstore/detail/enable-copy/pedikhgldlhhinfcajmpnicfpkbneeeh
Description Allow selecting, copying, pasting.
File Size 13.57 KB
Installation Count 10,086
Current Version 0.0003
Last Updated 2021-06-29
Publish Date 2020-04-22
Rating 4.20/5 Total 5 Ratings
Developer https://xasaxa.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Copy",
    "version": "0.0003",
    "manifest_version": 2,
    "description": "Allow selecting, copying, pasting.",
    "icons": {
        "19": "icon19.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "enable.js"
    ],
    "browser_action": {
        "default_icon": "icon19-disable.png",
        "default_title": "Enable Copy"
    },
    "permissions": [
        "tabs",
        ""
    ]
}