Re-enable Copy

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

Wat is Re-enable Copy?

Re-enable Copy is een Chrome-extensie ontwikkeld door tacla.yamada, en de belangrijkste functie is "Removes copy disablers from certain pages; gives the information's control back to the user.".

Download het CRX-bestand van de extensie Re-enable Copy

Download Re-enable Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Re-enable Copy Re-enable Copy
ID kpojaicmdgpmoemkdlbnmokolafjmcbn
Officiële URL https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn
Beschrijving Removes copy disablers from certain pages; gives the information's control back to the user.
Bestandsgrootte 17.25 KB
Aantal Installaties 56
Huidige Versie 0.0.1
Laatst Bijgewerkt 2014-07-03
Publicatiedatum 2014-07-03
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar tacla.yamada
Betalingswijze free
Extensiewebsite https://github.com/yamadapc/re-enable-copy
Ondersteunde Talen 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"
        }
    ]
}