mink.io
Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
Apa itu mink.io?
mink.io adalah ekstensi Chrome yang dikembangkan oleh aapattewar, dan fitur utamanya adalah "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi mink.io
Unduh file ekstensi mink.io dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 !!
Informasi Dasar Ekstensi
Nama | mink.io |
ID | noapgfdnbjploocjccaladfgcjlkejjl |
URL Resmi | https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl |
Deskripsi | Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !! |
Ukuran File | 23.79 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2021-08-29 |
Tanggal Publikasi | 2021-08-29 |
Penilaian | 4.67/5 Total 6 Penilaian |
Pengembang | aapattewar |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://mink.ilostin.com |
URL Halaman Bantuan | https://mink.ilostin.com |
Bahasa yang Didukung | 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" ] } ] } |