Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

Cos'è Enable Right Click for Google Chrome™?

Enable Right Click for Google Chrome™ è un'estensione di Chrome sviluppata da https://timleland.com, e la sua funzione principale è "Enable Right Click when websites disable it.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Enable Right Click for Google Chrome™

Scarica i file di estensione Enable Right Click for Google Chrome™ 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
URL Ufficiale https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Descrizione Enable Right Click when websites disable it.
Dimensione del File 25.46 KB
Conteggio Installazioni 1,765
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-07-19
Data di Pubblicazione 2022-07-13
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://timleland.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://timleland.com/
URL della Pagina di Aiuto https://timleland.com/contact/
URL della Pagina della Politica sulla Privacy https://t.ly/privacy
Lingue Supportate 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"
            ]
        }
    ]
}