YouTube for TV Without Adware

Allows youtube.com/tv to load from non-mobile browsers (and without adware)

YouTube for TV Without Adwareคืออะไร?

YouTube for TV Without Adware เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wrybread และคุณลักษณะหลักของมันคือ "Allows youtube.com/tv to load from non-mobile browsers (and without adware)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube for TV Without Adware

ดาวน์โหลดไฟล์ส่วนขยาย YouTube for TV Without Adware ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This allows you to open youtube.com/tv in a regular non-mobile browser window so you can remote control it from another browser window. 

To use:

1) Open youtube.com/tv and go to Settings (icon at bottom left) and choose "link with TV code" and write down the code

2) Open youtube.com/pair in another window and enter that code.
	
You should now be able to control the window from Step 1 from any other youtube.com window.

And unlike the other browser extension in the Chrome Store that does this, there won't be any ads popping up...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube for TV Without Adware YouTube for TV Without Adware
ID fineefhnleogndjepcabcddamodbkcjo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-for-tv-without-ad/fineefhnleogndjepcabcddamodbkcjo
คำอธิบาย Allows youtube.com/tv to load from non-mobile browsers (and without adware)
ขนาดไฟล์ 16.65 KB
จำนวนการติดตั้ง 536
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-10-12
วันที่เผยแพร่ 2020-10-25
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Wrybread
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gizmoware.net/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube for TV Without Adware",
    "short_name": "youtube-for-tv-without-adware",
    "description": "Allows youtube.com\/tv to load from non-mobile browsers (and without adware)",
    "version": "1.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.youtube.com\/tv*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}