mink.io
Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
Co je mink.io?
mink.io je rozšíření Chrome vyvinuté aapattewar, a jeho hlavní funkcí je „Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření mink.io
Stáhněte si soubory rozšíření mink.io ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 !!
Základní Informace o Rozšíření
Název | mink.io |
ID | noapgfdnbjploocjccaladfgcjlkejjl |
Oficiální URL | https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl |
Popis | Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !! |
Velikost souboru | 23.79 KB |
Počet instalací | 23 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2021-08-29 |
Datum Vydání | 2021-08-29 |
Hodnocení | 4.67/5 Celkem 6 Hodnocení |
Vývojář | aapattewar |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://mink.ilostin.com |
URL Stránky Nápovědy | https://mink.ilostin.com |
Podporované Jazyky | 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" ] } ] } |