Tubi Ad Skipper | Ad Blocker
Automatically skip and disable ads on Tubi.
Tubi Ad Skipper | Ad Blocker란 무엇입니까?
Tubi Ad Skipper | Ad Blocker은(는) Streaming Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically skip and disable ads on Tubi."입니다.
확장 프로그램 스크린샷
Tubi Ad Skipper | Ad Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Looking for Tubi AdBlocker? Then this extension is for you! Save time (and nerves) with Tubi Ad Skipper | Ad Blocker. 🔎How does it work? Tubi Ad Skipper detects ads on Tubi, mutes, and fast-forwards through them. The extension will block all commercials. Additionally, the extension allows you to skip to the next episode on Tubi automatically. All that’s left for you is uninterrupted binge-watching. ❓How to use it? Disabling ads has never been easier: 1. Add Tubi Ad Skipper | Ad Blocker to Chrome 2. Go to your Extensions (a puzzle piece icon in Chrome's top right corner.) 3. Find Tubi Ad Skipper | Ad Blocker and pin it to your toolbar. 4. Click the Tubi Ad Skipper | Ad Blocker icon to open the settings. 5. Select needed options: skip pre-roll ads, automatically go to the next episode, and hide the background. 6. You're all set! Disclaimer: Tubi is a trademark of Tubi, Inc. This website & extension hold no association or affiliation with Tubi or any third-party companies.
확장 프로그램 기본 정보
이름 | Tubi Ad Skipper | Ad Blocker |
ID | loiiabknhcakflegiolohkabmacjicbc |
공식 URL | https://chromewebstore.google.com/detail/tubi-ad-skipper-ad-blocke/loiiabknhcakflegiolohkabmacjicbc |
설명 | Automatically skip and disable ads on Tubi. |
파일 크기 | 97.13 KB |
설치 횟수 | 9,040 |
현재 버전 | 0.1.8 |
최근 업데이트 | 2024-02-12 |
출시 날짜 | 2022-11-16 |
평점 | 4.71/5 총 14 개의 평점 |
개발자 | Streaming Extensions |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.vodextended.com/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tubi Ad Skipper | Ad Blocker", "description": "Automatically skip and disable ads on Tubi.", "version": "0.1.8", "manifest_version": 3, "host_permissions": [ "*:\/\/*.tubitv.com\/*" ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": "48TubiSkipper.png" }, "content_scripts": [ { "js": [ "options.js", "content.js", "tubi.min.js" ], "matches": [ "*:\/\/*.tubitv.com\/*" ] } ], "icons": { "48": "48TubiSkipper.png", "128": "128TubiSkipper.png" }, "background": { "service_worker": "background.js" } } |