Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

Qu'est-ce que Enable Right Click for Google Chrome™ ?

Enable Right Click for Google Chrome™ est une extension Chrome développée par https://timleland.com, et sa fonction principale est "Enable Right Click when websites disable it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Enable Right Click for Google Chrome™

Téléchargez les fichiers d'extension Enable Right Click for Google Chrome™ 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

                        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.                    

Informations de Base sur l'Extension

Nom Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
URL Officiel https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Description Enable Right Click when websites disable it.
Taille du Fichier 25.46 KB
Nombre d'Installations 1,765
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-07-19
Date de Publication 2022-07-13
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://timleland.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://timleland.com/
URL de la Page d'Aide https://timleland.com/contact/
URL de la Page de Politique de Confidentialité https://t.ly/privacy
Langues Prises en Charge 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"
            ]
        }
    ]
}