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
公式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
Eメール [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"
            ]
        }
    ]
}