Enable Copy

Allow selecting, copying, pasting.

Wat is Enable Copy?

Enable Copy is een Chrome-extensie ontwikkeld door https://xasaxa.com, en de belangrijkste functie is "Allow selecting, copying, pasting.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Enable Copy

Download 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

                        allows you to easily perform copying in sites that block copy                    

Basisinformatie over de Extensie

Naam Enable Copy Enable Copy
ID pedikhgldlhhinfcajmpnicfpkbneeeh
Officiële URL https://chrome.google.com/webstore/detail/enable-copy/pedikhgldlhhinfcajmpnicfpkbneeeh
Beschrijving Allow selecting, copying, pasting.
Bestandsgrootte 13.57 KB
Aantal Installaties 10,086
Huidige Versie 0.0003
Laatst Bijgewerkt 2021-06-29
Publicatiedatum 2020-04-22
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://xasaxa.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Ondersteunde Talen 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",
        ""
    ]
}