Allow Right Click

Allow the right-click menu for all elements with a restriction!

Allow Right Click क्या है?

Allow Right Click Keller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allow the right-click menu for all elements with a restriction!"।

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

screenshot
screenshot

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

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

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

                        Allow Right Click extension enables you to unblock the right-click operation on websites that put restrictions on it. 

To work with this addon, please navigate to a website (with HTTP, HTTPS, or File protocol). Then, open the toolbar popup and press the toggle button on the left side to activate the addon. Now, you can right-click anywhere on the page (active tab). To de-activate the addon, please reload the page or press the toggle button again. Please note that pressing the toggle button to de-activate the addon reloads the page automatically. You can choose to work with this addon in comprehensive or basic modes. In comprehensive mode, more right-click blocking rules are covered. Please open the toolbar popup and mark/unmark the comprehensive mode option. When this option is unmarked, the basic mode will be activated automatically.

Note: This addon works per tab only and activates on user-action by pressing the toggle button within the toolbar popup. Reloading the page de-activates the addon.

If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/allow-right-click.html).                    

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

नाम Allow Right Click Allow Right Click
ID ollbidakloodchlpkkhmhbfhbncoicdm
आधिकारिक URL https://chromewebstore.google.com/detail/allow-right-click/ollbidakloodchlpkkhmhbfhbncoicdm
विवरण Allow the right-click menu for all elements with a restriction!
फ़ाइल का आकार 44.9 KB
स्थापना संख्या 5,045
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2024-01-23
प्रकाशन तिथि 2022-07-19
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर Keller
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/allow-right-click.html
सहायता पृष्ठ URL https://mybrowseraddon.com/allow-right-click.html
गोपनीयता नीति पृष्ठ URL https://mybrowseraddon.com/privacy-policy/keller.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Allow Right Click",
    "homepage_url": "https:\/\/mybrowseraddon.com\/allow-right-click.html",
    "description": "Allow the right-click menu for all elements with a restriction!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Allow Right Click",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}