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 - это расширение Chrome, разработанное https://roei.stream, и его основная функция - "Always allow selection of text and context menu (right click of mouse) on sites.".

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

screenshot

Скачать файл CRX расширения Unblock Selection and Right click

Скачайте файлы расширений Unblock Selection and Right click в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        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"
    ]
}