TTV LOL PRO
TTV LOL PRO removes most livestream ads from Twitch.
TTV LOL PRO란 무엇입니까?
TTV LOL PRO은(는) Younes Aassila에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TTV LOL PRO removes most livestream ads from Twitch."입니다.
확장 프로그램 스크린샷
TTV LOL PRO 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TTV LOL PRO removes most livestream ads from Twitch. This is free, don't expect it to be perfect. TTV LOL PRO is a fork of TTV LOL that: - uses an improved ad blocking method, - uses standard HTTP proxies (thus improving proxy compatibility and your privacy), - adds a stream status widget to the popup, - lets you whitelist channels, - lets you use your own proxies. TTV LOL PRO does not remove banner ads, nor does it remove ads from VODs. For the best experience, we recommend using uBlock Origin alongside TTV LOL PRO. Any questions? Please read the FAQ: https://github.com/younesaassila/ttv-lol-pro/blob/v2/FAQ.md Credits: - Extension maintained by Younes Aassila (https://github.com/younesaassila) - Proxies maintained by Marc Gómez (https://github.com/zGato)
확장 프로그램 기본 정보
이름 | TTV LOL PRO |
ID | bpaoeijjlplfjbagceilcgbkcdjbomjd |
공식 URL | https://chromewebstore.google.com/detail/ttv-lol-pro/bpaoeijjlplfjbagceilcgbkcdjbomjd |
설명 | TTV LOL PRO removes most livestream ads from Twitch. |
파일 크기 | 737 KB |
설치 횟수 | 35,649 |
현재 버전 | 2.3.4 |
최근 업데이트 | 2024-03-04 |
출시 날짜 | 2023-06-04 |
평점 | 3.05/5 총 75 개의 평점 |
개발자 | Younes Aassila |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/younesaassila/ttv-lol-pro |
도움말 페이지 URL | https://github.com/younesaassila/ttv-lol-pro/issues |
개인정보 보호 정책 페이지 URL | https://github.com/younesaassila/ttv-lol-pro/blob/v2/PRIVACY.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TTV LOL PRO", "description": "TTV LOL PRO removes most livestream ads from Twitch.", "homepage_url": "https:\/\/github.com\/younesaassila\/ttv-lol-pro", "version": "2.3.4", "background": { "service_worker": "background.d62d76df.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "ruleset.143dee44.json" } ] }, "action": { "default_icon": { "128": "icon.5a7adc82.png" }, "default_title": "TTV LOL PRO", "default_popup": "menu.ca07ae88.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/m.twitch.tv\/*" ], "js": [ "content.7003a7c7.js" ], "run_at": "document_start", "css": [] } ], "icons": { "128": "icon.5a7adc82.png" }, "options_ui": { "browser_style": false, "open_in_tab": true, "page": "options\/page.html" }, "permissions": [ "declarativeNetRequest", "proxy", "storage", "tabs", "webRequest", "webRequestAuthProvider" ], "host_permissions": [ "https:\/\/*.ttvnw.net\/*", "https:\/\/*.twitch.tv\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/m.twitch.tv\/*" ], "resources": [ "page.99ccc0f6.js", "worker.ba300262.js" ] } ] } |