Enable Right Click
Enables right clicking on pages that have it disabled.
Cos'è Enable Right Click?
Enable Right Click è un'estensione di Chrome sviluppata da https://mattw.life, e la sua funzione principale è "Enables right clicking on pages that have it disabled.".
Screenshot dell'Estensione
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
                        Prevents websites from disabling the default right click context menu.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi | 
| URL Ufficiale | https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi | 
| Descrizione | Enables right clicking on pages that have it disabled. | 
| Dimensione del File | 12.92 KB | 
| Conteggio Installazioni | 10,000 | 
| Versione Corrente | 1.2.1 | 
| Ultimo Aggiornamento | 2022-05-25 | 
| Data di Pubblicazione | 2018-01-24 | 
| Valutazione | 4.21/5 Totale 110 Valutazioni | 
| Sviluppatore | https://mattw.life | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://mattw.life | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Right Click",
    "version": "1.2.1",
    "description": "Enables right clicking on pages that have it disabled.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}  |  |