Enable Right Click

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

Cos'è Enable Right Click?

Enable Right Click è un'estensione di Chrome sviluppata da Christopher Woodall, e la sua funzione principale è "It's my context menu and I want it now!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Enable Right Click

Scarica i file di estensione Enable Right Click in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Enable Right Click Enable Right Click
ID nemnpbkkffglpnjncoglabfglkidbbek
URL Ufficiale https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek
Descrizione It's my context menu and I want it now!
Dimensione del File 9.83 KB
Conteggio Installazioni 3,787
Versione Corrente 3.5
Ultimo Aggiornamento 2015-02-02
Data di Pubblicazione 2015-02-02
Valutazione 3.14/5 Totale 14 Valutazioni
Sviluppatore Christopher Woodall
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
    ]
}