Enable Copy Anywhere

Activate the ability to select/copy from restricted sites.

¿Qué es Enable Copy Anywhere?

Enable Copy Anywhere es una extensión de Chrome desarrollada por N & B, y su función principal es "Activate the ability to select/copy from restricted sites.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Enable Copy Anywhere

Descarga archivos de extensión Enable Copy Anywhere en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ️ ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. Enable the right click, copy, select and paste in every site from the settings.

✨Features ✨

1. Enable/disable to select/copy/paste/use of right-click the text of the sites that restricts.
2. Disable copy by one click, and remembers which site to unblock for future visits.

Pin 📌this extension, you can enable/disable to select/copy/paste/use of right-click the text of no selection sites.                    

Información Básica de la Extensión

Nombre Enable Copy Anywhere Enable Copy Anywhere
ID plnlliclnceednefeebkgflnmlchdmcf
URL Oficial https://chromewebstore.google.com/detail/enable-copy-anywhere/plnlliclnceednefeebkgflnmlchdmcf
Descripción Activate the ability to select/copy from restricted sites.
Tamaño del Archivo 12.32 KB
Cantidad de Instalaciones 2,000
Versión Actual 1.0.0
Última Actualización 2022-12-10
Fecha de Publicación 2022-12-10
Calificación 4.78/5 Total de 18 Calificaciones
Desarrollador N & B
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Copy Anywhere",
    "version": "1.0.0",
    "description": "Activate the ability to select\/copy from restricted sites.",
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "settings.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}