mink.io
Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
什么是mink.io?
mink.io是由aapattewar开发的Chrome扩展程序,该扩展的主要功能是“Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!”。
扩展截图
下载mink.io扩展crx文件
下载mink.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 !!
扩展基本信息
名称 | mink.io |
ID | noapgfdnbjploocjccaladfgcjlkejjl |
官方URL | https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl |
简介 | Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !! |
文件大小 | 23.79 KB |
安装次数 | 23 |
当前版本 | 0.1 |
更新时间 | 2021-08-29 |
上架时间 | 2021-08-29 |
评分 | 4.67/5 共6次评分 |
开发者 | aapattewar |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mink.ilostin.com |
帮助页面URL | https://mink.ilostin.com |
支持的语言 | 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" ] } ] } |