Enable Right Click - SuperCopy & Select

Enable context menus on protected websites. Unblock right click menu. Highlight and allow copy option for all pages works again.

Что такое Enable Right Click - SuperCopy & Select?

Enable Right Click - SuperCopy & Select - это расширение Chrome, разработанное https://prepphint.com, и его основная функция - "Enable context menus on protected websites. Unblock right click menu. Highlight and allow copy option for all pages works again.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Enable Right Click - SuperCopy & Select

Скачайте файлы расширений Enable Right Click - SuperCopy & Select в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This Chrome extension, designed with the latest Chrome updates Manifest V3, allows you to Enable Context Menu, Allow Copy and Right-click functionalities on websites that have disabled these commands. Additionally, it allows users to copy text from images using the OCR function.

Due to limitations of web browsers, copying and pasting in Microsoft Office for the web through menus requires additional permissions which are provided through this extension.

Installing this free extension Enables context menus on protected websites. Unblock right click menu. Highlight and allow copy option for all pages works again.

Once this extension is installed, you must reload any open tabs in order to cut, copy, and paste via the right-click menus.

👉 Key Features:

► Copy & Highlight: Easily copy and highlight web content.
► OCR: Extract text from images on websites.
► Context Menu Access: Restore right-click menu use.
► Bypass Text Protection: Overcome text copy barriers.
► Absolute Mode: Force remove multiple protections.
► No More Dialogs: Block intrusive copy alerts.

💎Usage Instructions:

1. Install the extension.
2. Click on the extension icon.
3. In the popup tab, select the desired option
4. You are now ready to copy text from any website or images hassle-free.

Note:- This extension works effectively on most websites, it may encounter challenges with exceptionally sophisticated methods used to disable copy-paste functionality. (Installing or uninstalling this extension may display promotional content.)

Privacy Assurance:- We want you to feel secure while using our extension. Rest assured, this software does not collect or transmit any personally identifiable information. It does not track your browsing behavior. The necessary information for the functioning of this software is solely stored on your own device. Our servers do not have access to this information, ensuring your privacy remains intact.                    

Основная информация о расширении

Название Enable Right Click - SuperCopy & Select Enable Right Click - SuperCopy & Select
ID pkoccklolohdacbfooifnpebakpbeipc
Официальный URL https://chromewebstore.google.com/detail/enable-right-click-superc/pkoccklolohdacbfooifnpebakpbeipc
Описание Enable context menus on protected websites. Unblock right click menu. Highlight and allow copy option for all pages works again.
Размер файла 3.2 MB
Количество установок 293
Текущая Версия 3.0.1
Последнее Обновление 2024-03-05
Дата публикации 2023-07-16
Рейтинг 4.50/5 Всего 2 оценок
Разработчик https://prepphint.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://prepphint.com/
URL страницы помощи https://prepphint.com/contact-us/
URL страницы политики конфиденциальности https://prepphint.com/privacy-policy
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,te,kn-IN,ml,th,ar,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "images\/logo.png",
            "16": "images\/16px.png",
            "48": "images\/48px.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/educatefarm.in\/",
        "https:\/\/prepphint.com\/",
        "https:\/\/tessdata.projectnaptha.com\/*.gz",
        "https:\/\/github.com\/naptha\/tessdata\/blob\/gh-pages\/*.gz?raw=true"
    ],
    "icons": {
        "128": "images\/logo.png",
        "16": "images\/16px.png",
        "48": "images\/48px.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqCLl3Ns6BIfZl6L5emfru6iag0GpRAA5zH9ODoiFgPAgjed+u5bnprOH9H5BTLg0Gb7aHYB3XHwLd07W7jkBY6C45kzZT9NM1oK3mZRAjjhv0kGltCW2x9JAhTrJ2o8Dt1U0iu0UTCf6Dr5IVoisll0cTA7dZz7sNs7utb6NznME3D6EBAko9A+CmGSG7iPW4XgYYmnIPC33zO8o0dwUVENtH\/ctXlJfuMaCLMYgNuNP972oKJ\/0WSGUu5\/yohqX3K7pfNKKF5gtew+C97yK1IyGXDO6fxje7axPuZzYNDFbP1QpBoL\/npUbDxHHw\/TQbse1dqV+Ci\/qHmVsgxCI0QIDAQAB",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_desc__",
    "name": "__MSG_name__",
    "short_name": "Allow copy",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/data\/engine\/index.html"
            ]
        }
    ]
}