Re-enable Copy

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

Cos'è Re-enable Copy?

Re-enable Copy è un'estensione di Chrome sviluppata da tacla.yamada, e la sua funzione principale è "Removes copy disablers from certain pages; gives the information's control back to the user.".

Scarica il file CRX dell'estensione Re-enable Copy

Scarica i file di estensione Re-enable Copy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Re-enable Copy Re-enable Copy
ID kpojaicmdgpmoemkdlbnmokolafjmcbn
URL Ufficiale https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn
Descrizione Removes copy disablers from certain pages; gives the information's control back to the user.
Dimensione del File 17.25 KB
Conteggio Installazioni 56
Versione Corrente 0.0.1
Ultimo Aggiornamento 2014-07-03
Data di Pubblicazione 2014-07-03
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore tacla.yamada
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yamadapc/re-enable-copy
Lingue Supportate 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"
        }
    ]
}