mink.io
Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
mink.io là gì?
mink.io là một tiện ích mở rộng Chrome được phát triển bởi aapattewar, và tính năng chính của nó là "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng mink.io
Tải xuống các tệp mở rộng mink.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 !!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | mink.io |
ID | noapgfdnbjploocjccaladfgcjlkejjl |
URL Chính Thức | https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl |
Mô tả | Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !! |
Kích Thước Tệp | 23.79 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2021-08-29 |
Ngày Phát Hành | 2021-08-29 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | aapattewar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mink.ilostin.com |
URL Trang Trợ Giúp | https://mink.ilostin.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |