Unblock Selection and Right click

Always allow selection of text and context menu (right click of mouse) on sites.

Unblock Selection and Right click क्या है?

Unblock Selection and Right click https://roei.stream द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always allow selection of text and context menu (right click of mouse) on sites."।

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

screenshot

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

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

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

                        Unblock sites that tries to prevent you from selecting text or using the context menu (right click of the mouse) with this simple yet powerful extension.
This extension has only few lines of code.
This extension does not read your site's content has any permissions.
Feel free to contact me if you find sites that are not supported by this add on.                    

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

नाम Unblock Selection and Right click Unblock Selection and Right click
ID ihfbclliibagmlaooebjkibceepfehbl
आधिकारिक URL https://chrome.google.com/webstore/detail/unblock-selection-and-rig/ihfbclliibagmlaooebjkibceepfehbl
विवरण Always allow selection of text and context menu (right click of mouse) on sites.
फ़ाइल का आकार 150 KB
स्थापना संख्या 902
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-10-20
प्रकाशन तिथि 2019-10-20
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://roei.stream
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://roei.stream
सहायता पृष्ठ URL https://roei.stream/support/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unblock Selection and Right click",
    "short_name": "Unblock Selection",
    "description": "Always allow selection of text and context menu (right click of mouse) on sites.",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "unblock.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}