mink.io
Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
Wat is mink.io?
mink.io is een Chrome-extensie ontwikkeld door aapattewar, en de belangrijkste functie is "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!".
Extensie Screenshots
Download het CRX-bestand van de extensie mink.io
Download mink.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 !!
Basisinformatie over de Extensie
Naam | mink.io |
ID | noapgfdnbjploocjccaladfgcjlkejjl |
Officiële URL | https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl |
Beschrijving | Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !! |
Bestandsgrootte | 23.79 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-08-29 |
Publicatiedatum | 2021-08-29 |
Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | aapattewar |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mink.ilostin.com |
Help Pagina-URL | https://mink.ilostin.com |
Ondersteunde Talen | 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" ] } ] } |