Enable Right Click

It's my context menu and I want it now!

O que é Enable Right Click?

Enable Right Click é uma extensão do Chrome desenvolvida por Christopher Woodall, e sua principal característica é "It's my context menu and I want it now!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Enable Right Click

Baixe arquivos de extensão Enable 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

                        This extension re-enables right click menus on website that try to block it! Give it a try. Feel free to leave some feedback!                    

Informações Básicas da Extensão

Nome Enable Right Click Enable Right Click
ID nemnpbkkffglpnjncoglabfglkidbbek
URL Oficial https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek
Descrição It's my context menu and I want it now!
Tamanho do Arquivo 9.83 KB
Contagem de Instalações 3,787
Versão Atual 3.5
Última Atualização 2015-02-02
Data de Publicação 2015-02-02
Classificação 3.14/5 Total de 14 Avaliações
Desenvolvedor Christopher Woodall
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enable Right Click",
    "description": "It's my context menu and I want it now!",
    "version": "3.5",
    "icons": {
        "16": "app\/assets\/img\/logo16.png",
        "48": "app\/assets\/img\/logo48.png",
        "128": "app\/assets\/img\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "app\/ContentScript.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}