Enable Copy

Allow selecting, copying, pasting.

Qu'est-ce que Enable Copy ?

Enable Copy est une extension Chrome développée par https://xasaxa.com, et sa fonction principale est "Allow selecting, copying, pasting.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Enable Copy

Téléchargez les fichiers d'extension Enable Copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        allows you to easily perform copying in sites that block copy                    

Informations de Base sur l'Extension

Nom Enable Copy Enable Copy
ID pedikhgldlhhinfcajmpnicfpkbneeeh
URL Officiel https://chrome.google.com/webstore/detail/enable-copy/pedikhgldlhhinfcajmpnicfpkbneeeh
Description Allow selecting, copying, pasting.
Taille du Fichier 13.57 KB
Nombre d'Installations 10,086
Version Actuelle 0.0003
Dernière Mise à Jour 2021-06-29
Date de Publication 2020-04-22
Évaluation 4.20/5 Total 5 Évaluations
Développeur https://xasaxa.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7
Langues Prises en Charge 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",
        ""
    ]
}