Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

Что такое Enable Right Click for Google Chrome™?

Enable Right Click for Google Chrome™ - это расширение Chrome, разработанное https://timleland.com, и его основная функция - "Enable Right Click when websites disable it.".

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

screenshot

Скачать файл CRX расширения Enable Right Click for Google Chrome™

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

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

                        A simple way to allow right-click to work on websites that disables it for you. 

This extension helps you re-enable and allow right-click function on every website that blocks the right-click menu.

The extension automatically works, and no action is required.                    

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

Название Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
Официальный URL https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Описание Enable Right Click when websites disable it.
Размер файла 25.46 KB
Количество установок 1,765
Текущая Версия 1.0.0
Последнее Обновление 2022-07-19
Дата публикации 2022-07-13
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://timleland.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://timleland.com/
URL страницы помощи https://timleland.com/contact/
URL страницы политики конфиденциальности https://t.ly/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Right Click for Google Chrome\u2122",
    "homepage_url": "https:\/\/timleland.com\/enable-right-click-extension\/",
    "version": "1.0.0",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "Enable Right Click when websites disable it.",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Enable Right Click"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}