Enable Right Click

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

Enable Right Click क्या है?

Enable Right Click Christopher Woodall द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's my context menu and I want it now!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Enable Right Click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Enable Right Click Enable Right Click
ID nemnpbkkffglpnjncoglabfglkidbbek
आधिकारिक URL https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek
विवरण It's my context menu and I want it now!
फ़ाइल का आकार 9.83 KB
स्थापना संख्या 3,787
वर्तमान संस्करण 3.5
अंतिम अपडेट 2015-02-02
प्रकाशन तिथि 2015-02-02
रेटिंग 3.14/5 कुल 14 रेटिंग्स
डेवलपर Christopher Woodall
भुगतान के प्रकार free
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}