Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

O que é Enable Right Click for Google Chrome™?

Enable Right Click for Google Chrome™ é uma extensão do Chrome desenvolvida por https://timleland.com, e sua principal característica é "Enable Right Click when websites disable it.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Enable Right Click for Google Chrome™

Baixe arquivos de extensão Enable Right Click for Google Chrome™ 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

                        A simple way to allow right-click to work on websites that disables it for you. 

This extension helps you re-enable and allow right-click function on every website that blocks the right-click menu.

The extension automatically works, and no action is required.                    

Informações Básicas da Extensão

Nome Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
URL Oficial https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Descrição Enable Right Click when websites disable it.
Tamanho do Arquivo 25.46 KB
Contagem de Instalações 1,765
Versão Atual 1.0.0
Última Atualização 2022-07-19
Data de Publicação 2022-07-13
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://timleland.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://timleland.com/
URL da Página de Ajuda https://timleland.com/contact/
URL da Página de Política de Privacidade https://t.ly/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Right Click for Google Chrome\u2122",
    "homepage_url": "https:\/\/timleland.com\/enable-right-click-extension\/",
    "version": "1.0.0",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "Enable Right Click when websites disable it.",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Enable Right Click"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}