Tubi Ad Skipper | Ad Blocker

Automatically skip and disable ads on Tubi.

Tubi Ad Skipper | Ad Blocker là gì?

Tubi Ad Skipper | Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi Streaming Extensions, và tính năng chính của nó là "Automatically skip and disable ads on Tubi.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tubi Ad Skipper | Ad Blocker

Tải xuống các tệp mở rộng Tubi Ad Skipper | Ad Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tubi Ad Skipper | Ad Blocker Tubi Ad Skipper | Ad Blocker
ID loiiabknhcakflegiolohkabmacjicbc
URL Chính Thức https://chromewebstore.google.com/detail/tubi-ad-skipper-ad-blocke/loiiabknhcakflegiolohkabmacjicbc
Mô tả Automatically skip and disable ads on Tubi.
Kích Thước Tệp 97.13 KB
Số Lần Cài Đặt 9,040
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2022-11-16
Đánh Giá 4.71/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Streaming Extensions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.vodextended.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}