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

擴展截圖

screenshot

下載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 mink.io
ID noapgfdnbjploocjccaladfgcjlkejjl
官方網址 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"
            ]
        }
    ]
}