mink.io
Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
Cos'è mink.io?
mink.io è un'estensione di Chrome sviluppata da aapattewar, e la sua funzione principale è "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione mink.io
Scarica i file di estensione mink.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 !!
Informazioni di Base sull'Estensione
Nome | mink.io |
ID | noapgfdnbjploocjccaladfgcjlkejjl |
URL Ufficiale | https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl |
Descrizione | Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !! |
Dimensione del File | 23.79 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-08-29 |
Data di Pubblicazione | 2021-08-29 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | aapattewar |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://mink.ilostin.com |
URL della Pagina di Aiuto | https://mink.ilostin.com |
Lingue Supportate | 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" ] } ] } |