Enable Copy

Allow selecting, copying, pasting and right clicking in some restricted pages.

Qu'est-ce que Enable Copy ?

Enable Copy est une extension Chrome développée par hurbaroh, et sa fonction principale est "Allow selecting, copying, pasting and right clicking in some restricted pages.".

Captures d'Écran de l'Extension

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

                        遇到限制复制粘贴和右键的网页是不是很头痛?安装这个插件后,点下插件按钮就能解决了~

提示:
1. 需要解除限制时,点击Enable Copy图标,此时图标会从浅灰色变为深灰色,当前网页和该网站下的所有网页都被解除限制。
2. 再次点击图标会变回浅灰色,以后再打开该网站的网页时,将不会被自动解除限制。
*修复错误并添加分享 LinkedIn、Facebook、Twitter                    

Informations de Base sur l'Extension

Nom Enable Copy Enable Copy
ID lmnganadkecefnhncokdlaohlkneihio
URL Officiel https://chromewebstore.google.com/detail/enable-copy/lmnganadkecefnhncokdlaohlkneihio
Description Allow selecting, copying, pasting and right clicking in some restricted pages.
Taille du Fichier 24.21 KB
Nombre d'Installations 510,762
Version Actuelle 6.1
Dernière Mise à Jour 2023-12-27
Date de Publication 2020-04-11
Évaluation 4.32/5 Total 593 Évaluations
Développeur hurbaroh
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/07b69ef2-3e70-4639-82b9-4965f24aa354
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Allow selecting, copying, pasting and right clicking in some restricted pages.",
    "version": "6.1",
    "name": "Enable Copy",
    "icons": {
        "16": "icon\/icon19.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon19.png"
        },
        "default_title": "Enable Copy"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.ts.a4d9a5cb.e95b4894.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "declarativeNetRequest",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/chunk-QIZ4XBKF.19129500.js",
                "assets\/content.ts.a4d9a5cb.js"
            ],
            "use_dynamic_url": true
        }
    ]
}