YouTube TV

Access https://youtube.com/tv from a regular browser. No ads in this extension.

ما هو YouTube TV؟

YouTube TV هو إضافة Chrome تم تطويرها بواسطة JB، والميزة الرئيسية لها هي "Access https://youtube.com/tv from a regular browser. No ads in this extension.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouTube TV

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

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

                        Access the YouTube TV App located from a regular browser.

The TV application allows you to control the YouTube App using your smartphone like on any Smart TV. Essentially making your desktop computer act like a Smart TV.                    

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

الاسم YouTube TV YouTube TV
ID deikaacecjfbpclgkdlhnknlpjjcloef
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-tv/deikaacecjfbpclgkdlhnknlpjjcloef
الوصف Access https://youtube.com/tv from a regular browser. No ads in this extension.
حجم الملف 15.15 KB
عدد التثبيتات 20,000
النسخة الحالية 1.0.0
آخر تحديث 2020-05-03
تاريخ النشر 2020-05-03
تقييم 4.24/5 مجموع تقييمات 17
المطور JB
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Access https:\/\/youtube.com\/tv from a regular browser. No ads in this extension.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "YouTube TV",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": [],
    "short_name": "youtube-tv",
    "version": "1.0.0"
}