TTV LOL
TTV LOL
TTV LOLคืออะไร?
TTV LOL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ttv.lol และคุณลักษณะหลักของมันคือ "TTV LOL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TTV LOL
ดาวน์โหลดไฟล์ส่วนขยาย TTV LOL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TTV LOL removes livestream ads from your favorite streaming site. TTV LOL removes livestream ads from twitch.tv without compromise in video quality or the plagued "purple screen of death" Github: https://github.com/TTV-LOL/extensions Discord: https://discord.gg/NAv7AFAyTF
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TTV LOL |
ID | ofbbahodfeppoklmgjiokgfdgcndngjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ttv-lol/ofbbahodfeppoklmgjiokgfdgcndngjm |
คำอธิบาย | TTV LOL |
ขนาดไฟล์ | 106 KB |
จำนวนการติดตั้ง | 239,911 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2021-04-20 |
วันที่เผยแพร่ | 2021-04-08 |
คะแนน | 3.53/5 รวมทั้งหมด 486 คะแนน |
ผู้พัฒนา | https://ttv.lol |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ttv.lol/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "images\/icon.png" }, "default_popup": "common\/html\/popup.html", "default_title": "TTV LOL" }, "description": "TTV LOL", "icons": { "128": "images\/icon.png" }, "manifest_version": 2, "name": "TTV LOL", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.twitch.tv\/*", "https:\/\/usher.ttvnw.net\/*", "https:\/\/api.ttv.lol\/*" ], "version": "0.0.0.3" } |