YTV Ad Blocker
Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker
YTV Ad Blockerคืออะไร?
YTV Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frosty และคุณลักษณะหลักของมันคือ "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YTV Ad Blocker
ดาวน์โหลดไฟล์ส่วนขยาย YTV Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Youtube TV is awesome, but some of the channels have too many ads. This extension blocks those ads and allows you to see what you paid to see. If there are any issues, report there here, and we will fix them ASAP.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kdcnhloaackdhhgjmnhahjckiimcndcb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ytv-ad-blocker/kdcnhloaackdhhgjmnhahjckiimcndcb |
คำอธิบาย | Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker |
ขนาดไฟล์ | 22.15 KB |
จำนวนการติดตั้ง | 213 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-05 |
วันที่เผยแพร่ | 2020-07-05 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Frosty |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/aaronfrost/youtubetv-adblocker |
URL หน้าช่วยเหลือ | https://github.com/aaronfrost/youtubetv-adblocker/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YTV Ad Blocker", "version": "1.0", "description": "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.youtube.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/ytvab-16.png", "32": "images\/ytvab-32.png", "48": "images\/ytvab-48.png", "128": "images\/ytvab-128.png" }, "manifest_version": 2 } |