Unblock Selection and Right click

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

O que é Unblock Selection and Right click?

Unblock Selection and Right click é uma extensão do Chrome desenvolvida por https://roei.stream, e sua principal característica é "Always allow selection of text and context menu (right click of mouse) on sites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Unblock Selection and Right click

Baixe arquivos de extensão Unblock Selection and Right click no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Always allow selection of text and context menu (right click of mouse) on sites.
Tamanho do Arquivo 150 KB
Contagem de Instalações 902
Versão Atual 1.1
Última Atualização 2019-10-20
Data de Publicação 2019-10-20
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://roei.stream
Tipo de Pagamento free
Site da Extensão https://roei.stream
URL da Página de Ajuda https://roei.stream/support/
Idiomas Suportados 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"
    ]
}