YT TV Access AD FREE
Unlocking access to Youtube For TV In Chrome without any ads or popups
YT TV Access AD FREEคืออะไร?
YT TV Access AD FREE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anthogoz และคุณลักษณะหลักของมันคือ "Unlocking access to Youtube For TV In Chrome without any ads or popups"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT TV Access AD FREE
ดาวน์โหลดไฟล์ส่วนขยาย YT TV Access AD FREE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to access Youtube for TV without any ads ! You just need to install the extension and access https://www.youtube.com/tv and it will work YouTube™ is a trademark of Google Inc. YT TV Access AD FREE is not affiliated with YouTube.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mhdohfkgodnbmidaegemhdapjdmiaofm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/yt-tv-access-ad-free/mhdohfkgodnbmidaegemhdapjdmiaofm |
คำอธิบาย | Unlocking access to Youtube For TV In Chrome without any ads or popups |
ขนาดไฟล์ | 84.37 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-11-29 |
วันที่เผยแพร่ | 2021-11-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | anthogoz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YT TV Access AD FREE", "short_name": "yttv-access", "description": "Unlocking access to Youtube For TV In Chrome without any ads or popups", "version": "1.0.0", "icons": { "16": "icons\/16.png", "18": "icons\/18.png", "19": "icons\/19.png", "32": "icons\/32.png", "36": "icons\/36.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "permissions": [ "*:\/\/*.youtube.com\/tv*", "webRequest", "webRequestBlocking", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] } } |