Find on YouTube (Context Menu)

This extension adds a context menu option for selected text in order to find video related to the text

Что такое Find on YouTube (Context Menu)?

Find on YouTube (Context Menu) - это расширение Chrome, разработанное Romkaq, и его основная функция - "This extension adds a context menu option for selected text in order to find video related to the text".

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

screenshot
screenshot

Скачать файл CRX расширения Find on YouTube (Context Menu)

Скачайте файлы расширений Find on YouTube (Context Menu) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This simple extension adds context menu for selected text to search in youtube.com.                    

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

Название Find on YouTube (Context Menu) Find on YouTube (Context Menu)
ID agpgbopfbmfklefdodadbcengmimldpb
Официальный URL https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb
Описание This extension adds a context menu option for selected text in order to find video related to the text
Размер файла 7.01 KB
Количество установок 518
Текущая Версия 2.2
Последнее Обновление 2022-06-18
Дата публикации 2021-07-03
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Romkaq
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://rq-dev.github.io/chrome-extensions-privacy-policy
Поддерживаемые языки en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.2",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "128": "icon128.png"
    }
}