Twitch Ad Blocker
Tired of Ads on Twitch? Block all ads and watch videos without interruptions
Twitch Ad Blockerคืออะไร?
Twitch Ad Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Twitch Ad Blocker และคุณลักษณะหลักของมันคือ "Tired of Ads on Twitch? Block all ads and watch videos without interruptions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Ad Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Ad Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Twitch Ad blocker is a free user-friendly tool that effectively removes all the video ads on Twitch.tv and allows you to watch videos ad-free. OVERVIEW:- The Twitch Ad Blocker is a vital extension for those who love streaming videos online without interruptions. Once you install the free extension of Twitch Ad Blocker on your device, it automatically blocks all the pre-roll Video Ads during the video. FEATURES:- The Twitch Ad Blocker extension blocks all the pre-roll video Ads on Twitch. This is a free tool that automatically & effectively blocks all video Ads. The extension provides an easy & amazing user experience. It allows you to stream videos Ad-free. HOW TO USE THE TWITCH AD BLOCKER? Twitch Ad Blocker is an easy to understand extension that works automatically once you install it on your device. Hence, you have to do nothing. All you have to do is simply install and enable the extension in your browser and enjoy videos Ad-free. DISCLAIMER - Twitch or Twitch.tv is a trademark of Twitch Interactive, Inc. and Amazon.com, Inc. or its affiliates registered in the U.S and other countries. This extension is an independent project. The extension and its developers are in no way affiliated.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lfdlhhnmeehlolkfoeghkjpeanjeaibp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitch-ad-blocker/lfdlhhnmeehlolkfoeghkjpeanjeaibp |
คำอธิบาย | Tired of Ads on Twitch? Block all ads and watch videos without interruptions |
ขนาดไฟล์ | 25.07 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-11-15 |
วันที่เผยแพร่ | 2021-11-15 |
คะแนน | 3.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Twitch Ad Blocker |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Ad Blocker", "version": "0.0.1", "description": "Tired of Ads on Twitch? Block all ads and watch videos without interruptions", "icons": { "128": "img\/128.png", "48": "img\/48.png", "32": "img\/32.png", "16": "img\/16.png" }, "permissions": [], "background": { "scripts": [ "backgroundScript.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "js": [ "content.js" ] } ], "browser_action": { "default_icon": "img\/128.png" }, "manifest_version": 2 } |