Enable Right Click
It's my context menu and I want it now!
Что такое Enable Right Click?
Enable Right Click - это расширение Chrome, разработанное Christopher Woodall, и его основная функция - "It's my context menu and I want it now!".
Снимки экрана расширения
Скачать файл CRX расширения Enable Right Click
Скачайте файлы расширений Enable Right Click в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension re-enables right click menus on website that try to block it! Give it a try. Feel free to leave some feedback! Основная информация о расширении
| Название | |
| ID | nemnpbkkffglpnjncoglabfglkidbbek |
| Официальный URL | https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek |
| Описание | It's my context menu and I want it now! |
| Размер файла | 9.83 KB |
| Количество установок | 3,787 |
| Текущая Версия | 3.5 |
| Последнее Обновление | 2015-02-02 |
| Дата публикации | 2015-02-02 |
| Рейтинг | 3.14/5 Всего 14 оценок |
| Разработчик | Christopher Woodall |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Enable Right Click",
"description": "It's my context menu and I want it now!",
"version": "3.5",
"icons": {
"16": "app\/assets\/img\/logo16.png",
"48": "app\/assets\/img\/logo48.png",
"128": "app\/assets\/img\/logo128.png"
},
"content_scripts": [
{
"js": [
"app\/ContentScript.js"
],
"run_at": "document_end",
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"match_about_blank": true
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |