YouTube™ TV Desktop

Allows users to load YouTube™ TV App from regular desktop browsers

ما هو YouTube™ TV Desktop؟

YouTube™ TV Desktop هو إضافة Chrome تم تطويرها بواسطة Danial Nickford، والميزة الرئيسية لها هي "Allows users to load YouTube™ TV App from regular desktop browsers".

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

screenshot
screenshot

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

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

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

                        This extension changes the headers your browser sends to allow the webpage to load without redirecting you to the standard website.

This allows you to browse with your keyboard or a remote for a better viewing experience especially if plugged in to a TV with your PC.                    

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

الاسم YouTube™ TV Desktop YouTube™ TV Desktop
ID onikdilmkkgioinnhpgimbhffdgldnoi
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-tv-desktop/onikdilmkkgioinnhpgimbhffdgldnoi
الوصف Allows users to load YouTube™ TV App from regular desktop browsers
حجم الملف 32.21 KB
عدد التثبيتات 7,013
النسخة الحالية 0.0.1
آخر تحديث 2022-02-13
تاريخ النشر 2020-09-13
تقييم 4.17/5 مجموع تقييمات 6
المطور Danial Nickford
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Allows users to load YouTube\u2122 TV App from regular desktop browsers",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "manifest_version": 2,
    "name": "YouTube\u2122 TV Desktop",
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "youtube-tv-desktop",
    "version": "0.0.1"
}