mink.io

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

Co to jest mink.io?

mink.io to rozszerzenie Chrome opracowane przez aapattewar, a jego główną funkcją jest „Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia mink.io

Pobierz pliki rozszerzeń mink.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 !!                    

Podstawowe informacje o rozszerzeniu

Nazwa mink.io mink.io
ID noapgfdnbjploocjccaladfgcjlkejjl
Oficjalny URL https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl
Opis Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
Rozmiar pliku 23.79 KB
Liczba instalacji 23
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2021-08-29
Data Publikacji 2021-08-29
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper aapattewar
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mink.ilostin.com
Adres URL Strony Pomocy https://mink.ilostin.com
Obsługiwane Języki 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"
            ]
        }
    ]
}