Enable Right Click

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

Qu'est-ce que Enable Right Click ?

Enable Right Click est une extension Chrome développée par Christopher Woodall, et sa fonction principale est "It's my context menu and I want it now!".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

Informations de Base sur l'Extension

Nom Enable Right Click Enable Right Click
ID nemnpbkkffglpnjncoglabfglkidbbek
URL Officiel https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek
Description It's my context menu and I want it now!
Taille du Fichier 9.83 KB
Nombre d'Installations 3,787
Version Actuelle 3.5
Dernière Mise à Jour 2015-02-02
Date de Publication 2015-02-02
Évaluation 3.14/5 Total 14 Évaluations
Développeur Christopher Woodall
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}