Enable Right Click 2.0

The extension allows you to highlight, copy text, as well as open a context menu by right-clicking on protected sites.

Enable Right Click 2.0 क्या है?

Enable Right Click 2.0 Enable Right Click 2.0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension allows you to highlight, copy text, as well as open a context menu by right-clicking on protected sites."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ask a question: How to enable right click and open context menu or copy text from protected website? This extension allows you to highlight, copy and paste text, as well as open a context menu by right-clicking on protected sites.

It is one of the first extensions to combine the functionality of two separate extensions: enabling right-clicking and copying text on secure sites.

Two modes:

1) no restrictions from protected webpages - you can highlight, copy and paste text (extension icon with green indicator)

2) there are restrictions (extension icon with a red indicator)

Install the extension and don't disable it to enjoy the freedom to use highlight and copying of text from any protected websites.

Functions:

- Highlight, copy and paste text

- Enable context menu

- Remove copy protection from the website

Our blog - https://www.hashtap.com/@copytext                    

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

नाम Enable Right Click 2.0 Enable Right Click 2.0
ID abeifpdohgfdcpefjngmaobkbgilbjlc
आधिकारिक URL https://chrome.google.com/webstore/detail/enable-right-click-20/abeifpdohgfdcpefjngmaobkbgilbjlc
विवरण The extension allows you to highlight, copy text, as well as open a context menu by right-clicking on protected sites.
फ़ाइल का आकार 71.69 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2021-10-17
प्रकाशन तिथि 2021-09-27
रेटिंग 5.00/5 कुल 39 रेटिंग्स
डेवलपर Enable Right Click 2.0
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.hashtap.com/@copytext
सहायता पृष्ठ URL https://www.hashtap.com/@copytext
गोपनीयता नीति पृष्ठ URL https://www.hashtap.com/p/ampb_Qy7LkwP
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "version": "2.0.2",
    "default_locale": "en",
    "incognito": "split",
    "author": "Enable Right Click",
    "homepage_url": "https:\/\/www.hashtap.com\/@copytext",
    "offline_enabled": true,
    "container": [
        "GOOGLE_DRIVE"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/off\/16x16.png",
            "24": "images\/off\/24x24.png",
            "32": "images\/off\/32x32.png"
        },
        "default_title": "__MSG_mode_off__"
    },
    "icons": {
        "48": "images\/logo\/48x48.png",
        "64": "images\/logo\/64x64.png",
        "80": "images\/logo\/80x80.png",
        "128": "images\/logo\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}