Enable Right Click
Enables right clicking on pages that have it disabled.
Qu'est-ce que Enable Right Click ?
Enable Right Click est une extension Chrome développée par https://mattw.life, et sa fonction principale est "Enables right clicking on pages that have it disabled.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Enable Right Click
Téléchargez les fichiers d'extension Enable Right Click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Prevents websites from disabling the default right click context menu.
Informations de Base sur l'Extension
Nom | Enable Right Click |
ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi |
URL Officiel | https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi |
Description | Enables right clicking on pages that have it disabled. |
Taille du Fichier | 12.92 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2022-05-25 |
Date de Publication | 2018-01-24 |
Évaluation | 4.21/5 Total 110 Évaluations |
Développeur | https://mattw.life |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://mattw.life |
Langues Prises en Charge | 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" } } |