mink.io

Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!

What is mink.io?

mink.io is a Chrome extension developed by aapattewar, and its main feature is "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!".

Extension Screenshots

screenshot

Download mink.io Extension CRX File

Download mink.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !!                    

Extension Basic Information

Name mink.io mink.io
ID noapgfdnbjploocjccaladfgcjlkejjl
Official URL https://chromewebstore.google.com/detail/minkio/noapgfdnbjploocjccaladfgcjlkejjl
Description Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!
File Size 23.79 KB
Installation Count 23
Current Version 0.1
Last Updated 2021-08-29
Publish Date 2021-08-29
Rating 4.67/5 Total 6 Ratings
Developer aapattewar
Email [email protected]
Payment Type free
Extension Website https://mink.ilostin.com
Help Page URL https://mink.ilostin.com
Supported Languages 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"
            ]
        }
    ]
}