Enable Copy

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

Wat is Enable Copy?

Enable Copy is een Chrome-extensie ontwikkeld door hurbaroh, en de belangrijkste functie is "Allow selecting, copying, pasting and right clicking in some restricted pages.".

Extensie Screenshots

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

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

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

Basisinformatie over de Extensie

Naam Enable Copy Enable Copy
ID lmnganadkecefnhncokdlaohlkneihio
Officiële URL https://chromewebstore.google.com/detail/enable-copy/lmnganadkecefnhncokdlaohlkneihio
Beschrijving Allow selecting, copying, pasting and right clicking in some restricted pages.
Bestandsgrootte 24.21 KB
Aantal Installaties 510,762
Huidige Versie 6.1
Laatst Bijgewerkt 2023-12-27
Publicatiedatum 2020-04-11
Beoordeling 4.32/5 Totaal 593 Beoordelingen
Ontwikkelaar hurbaroh
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/07b69ef2-3e70-4639-82b9-4965f24aa354
Ondersteunde Talen 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
        }
    ]
}