mink.io

Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!

Что такое mink.io?

mink.io - это расширение Chrome, разработанное aapattewar, и его основная функция - "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!".

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

screenshot

Скачать файл CRX расширения mink.io

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

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

                        Video player which listens. You can play any YouTube video. Now navigate through the video using voice commands. With this extension, user shall able to see button in the right click menu as "Watch on mink platform" . For any feedback, write to [email protected] thanks to Youtube.com !!                    

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

Название mink.io mink.io
ID noapgfdnbjploocjccaladfgcjlkejjl
Официальный URL https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl
Описание Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
Размер файла 23.79 KB
Количество установок 23
Текущая Версия 0.1
Последнее Обновление 2021-08-29
Дата публикации 2021-08-29
Рейтинг 4.67/5 Всего 6 оценок
Разработчик aapattewar
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://mink.ilostin.com
URL страницы помощи https://mink.ilostin.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mink.io",
    "version": "0.1",
    "description": "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "mm.png",
        "48": "mm.png",
        "128": "mm.png"
    },
    "background": {
        "service_worker": "contextMenu.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "yt\/cash.min.js",
                "yt\/helpers.js",
                "yt\/main.js"
            ],
            "css": [
                "yt\/main.css"
            ]
        }
    ]
}