Enable Copy

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

Cos'è Enable Copy?

Enable Copy è un'estensione di Chrome sviluppata da hurbaroh, e la sua funzione principale è "Allow selecting, copying, pasting and right clicking in some restricted pages.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Enable Copy

Scarica i file di estensione 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

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

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

Informazioni di Base sull'Estensione

Nome Enable Copy Enable Copy
ID lmnganadkecefnhncokdlaohlkneihio
URL Ufficiale https://chromewebstore.google.com/detail/enable-copy/lmnganadkecefnhncokdlaohlkneihio
Descrizione Allow selecting, copying, pasting and right clicking in some restricted pages.
Dimensione del File 24.21 KB
Conteggio Installazioni 510,762
Versione Corrente 6.1
Ultimo Aggiornamento 2023-12-27
Data di Pubblicazione 2020-04-11
Valutazione 4.32/5 Totale 593 Valutazioni
Sviluppatore hurbaroh
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/07b69ef2-3e70-4639-82b9-4965f24aa354
Lingue Supportate 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
        }
    ]
}