Enable Right Click
Enables right clicking on pages that have it disabled.
Что такое Enable Right Click?
Enable Right Click - это расширение Chrome, разработанное https://mattw.life, и его основная функция - "Enables right clicking on pages that have it disabled.".
Снимки экрана расширения
Скачать файл CRX расширения Enable Right Click
Скачайте файлы расширений Enable Right Click в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Prevents websites from disabling the default right click context menu. Основная информация о расширении
| Название | |
| ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi |
| Официальный URL | https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi |
| Описание | Enables right clicking on pages that have it disabled. |
| Размер файла | 12.92 KB |
| Количество установок | 10,000 |
| Текущая Версия | 1.2.1 |
| Последнее Обновление | 2022-05-25 |
| Дата публикации | 2018-01-24 |
| Рейтинг | 4.21/5 Всего 110 оценок |
| Разработчик | https://mattw.life |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://mattw.life |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Enable Right Click",
"version": "1.2.1",
"description": "Enables right clicking on pages that have it disabled.",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": [],
"permissions": [
"scripting"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
}
} | |