Twitch Ad Blocker
Tired of Ads on Twitch? Block all ads and watch videos without interruptions
Twitch Ad Blocker란 무엇입니까?
Twitch Ad Blocker은(는) Twitch Ad Blocker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tired of Ads on Twitch? Block all ads and watch videos without interruptions"입니다.
확장 프로그램 스크린샷
Twitch Ad Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |