mink.io

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

mink.ioคืออะไร?

mink.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aapattewar และคุณลักษณะหลักของมันคือ "Video player for YouTube which listens. For any feedback, write to [email protected] thanks to Youtube.com !!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย mink.io

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}