Clicker for YouTube Launcher

Launch YouTube videos in the Clicker for YouTube app instead of your web browser.

ما هو Clicker for YouTube Launcher؟

Clicker for YouTube Launcher هو إضافة Chrome تم تطويرها بواسطة https://www.dbklabs.com، والميزة الرئيسية لها هي "Launch YouTube videos in the Clicker for YouTube app instead of your web browser.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Clicker for YouTube Launcher

قم بتنزيل ملفات الامتداد Clicker for YouTube Launcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        When you navigate to any YouTube url in your Chrome browser, this extension will cause the Clicker for YouTube app to open the url instead of Chrome.                    

معلومات أساسية عن التمديد

الاسم Clicker for YouTube Launcher Clicker for YouTube Launcher
ID jghmchjecgiffpajelmlfajhaiejklbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/clicker-for-youtube-launc/jghmchjecgiffpajelmlfajhaiejklbj
الوصف Launch YouTube videos in the Clicker for YouTube app instead of your web browser.
حجم الملف 16.4 KB
عدد التثبيتات 512
النسخة الحالية 1.7
آخر تحديث 2021-04-17
تاريخ النشر 2021-01-08
المطور https://www.dbklabs.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.dbklabs.com/clicker-for-youtube
عنوان صفحة المساعدة https://dbklabs.freshdesk.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "128.png"
    },
    "name": "Clicker for YouTube Launcher",
    "description": "Launch YouTube videos in the Clicker for YouTube app instead of your web browser.",
    "version": "1.7",
    "permissions": [
        "webRequest",
        "*:\/\/www.youtube.com\/*",
        "*:\/\/youtube.com\/*",
        "*:\/\/youtu.be\/*",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}