Adblocker for Twitch™
The Twitch Adblock extension helps you block Twitch ads.
Adblocker for Twitch™란 무엇입니까?
Adblocker for Twitch™은(는) Albert Augustin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Twitch Adblock extension helps you block Twitch ads."입니다.
확장 프로그램 스크린샷
Adblocker for Twitch™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adblocker blocks ads by automatically reducing the video resolution to ensure that you are not disturbed by ads while watching live streams or VOD on twitch.tv. Feature: ✔️Easy to use Turn on the extension work switch to start blocking ads immediately. ✔️No bother No effect on watching Twitch streams. You can turn off the ad blocking prompt to improve the viewing experience. ✔️Show blocking times Show the number of ad blocks in the extension popup. Even if the ad block prompt is turned off, you could know the extension is working. You can clear it at any time. ✔️Free 100% free. Notice: No personal or Twitch account information is collected/shared.
확장 프로그램 기본 정보
이름 | Adblocker for Twitch™ |
ID | kfpdbfnphkbfflefelchfgjgeblgacfo |
공식 URL | https://chromewebstore.google.com/detail/adblocker-for-twitch/kfpdbfnphkbfflefelchfgjgeblgacfo |
설명 | The Twitch Adblock extension helps you block Twitch ads. |
파일 크기 | 1.22 MB |
설치 횟수 | 2,949 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2022-10-18 |
출시 날짜 | 2022-09-14 |
평점 | 2.50/5 총 6 개의 평점 |
개발자 | Albert Augustin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twiclips.com/ |
개인정보 보호 정책 페이지 URL | https://extensiondock.com/privacy |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/adblocker-for-twitch\/mmnpcobofmnpghjnjkfhkfbdndajgfph", "description": "__MSG_extDes__", "default_locale": "en", "version": "1.0.8", "icons": { "128": "icons\/logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "run_at": "document_start", "css": [ "css\/ad_custom.css" ], "js": [ "\/js\/content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/inject-script.js" ], "matches": [ "https:\/\/*.twitch.tv\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "block_rules.json" } ] }, "manifest_version": 3, "permissions": [ "storage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.aliyuncs.com\/*", "*:\/\/*.twitch.tv\/*", "*:\/\/googleads.g.doubleclick.net\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "128": "icons\/logo.png" } } } |