Re-enable Copy

Removes copy disablers from certain pages; gives the information's control back to the user.

What is Re-enable Copy?

Re-enable Copy is a Chrome extension developed by tacla.yamada, and its main feature is "Removes copy disablers from certain pages; gives the information's control back to the user.".

Download Re-enable Copy Extension CRX File

Download Re-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

                        This disables copy spies which try to prevent users from copy and pasting content from a web page.                    

Extension Basic Information

Name Re-enable Copy Re-enable Copy
ID kpojaicmdgpmoemkdlbnmokolafjmcbn
Official URL https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn
Description Removes copy disablers from certain pages; gives the information's control back to the user.
File Size 17.25 KB
Installation Count 56
Current Version 0.0.1
Last Updated 2014-07-03
Publish Date 2014-07-03
Rating 4.67/5 Total 3 Ratings
Developer tacla.yamada
Payment Type free
Extension Website https://github.com/yamadapc/re-enable-copy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Re-enable Copy",
    "description": "Removes copy disablers from certain pages; gives the information's control back to the user.",
    "version": "0.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.folha.uol.com.br\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}