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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}