Enable Right Click

Enables right clicking on pages that have it disabled.

Enable Right Click क्या है?

Enable Right Click https://mattw.life द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables right clicking on pages that have it disabled."।

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

screenshot

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

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

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

                        Prevents websites from disabling the default right click context menu.                    

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

नाम Enable Right Click Enable Right Click
ID dcjhdaiolbgldmmfggnlbmjcifkmhohi
आधिकारिक URL https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi
विवरण Enables right clicking on pages that have it disabled.
फ़ाइल का आकार 12.92 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2022-05-25
प्रकाशन तिथि 2018-01-24
रेटिंग 4.21/5 कुल 110 रेटिंग्स
डेवलपर https://mattw.life
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mattw.life
समर्थित भाषाएँ 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"
    }
}