Unblock Selection and Right click

Always allow selection of text and context menu (right click of mouse) on sites.

¿Qué es Unblock Selection and Right click?

Unblock Selection and Right click es una extensión de Chrome desarrollada por https://roei.stream, y su función principal es "Always allow selection of text and context menu (right click of mouse) on sites.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Unblock Selection and Right click

Descarga archivos de extensión Unblock Selection and Right click 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

                        Unblock sites that tries to prevent you from selecting text or using the context menu (right click of the mouse) with this simple yet powerful extension.
This extension has only few lines of code.
This extension does not read your site's content has any permissions.
Feel free to contact me if you find sites that are not supported by this add on.                    

Información Básica de la Extensión

Nombre Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
URL Oficial https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
Descripción Always allow selection of text and context menu (right click of mouse) on sites.
Tamaño del Archivo 150 KB
Cantidad de Instalaciones 902
Versión Actual 1.1
Última Actualización 2019-10-20
Fecha de Publicación 2019-10-20
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://roei.stream
Tipo de Pago free
Sitio Web de la Extensión https://roei.stream
URL de la Página de Ayuda https://roei.stream/support/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unblock Selection and Right click",
    "short_name": "Unblock Selection",
    "description": "Always allow selection of text and context menu (right click of mouse) on sites.",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "unblock.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}