Ad-Free But 480p, for Twitch

This extension safely disables ads, however for this to happen, streams can only go to a max of 480p quality.

Ad-Free But 480p, for Twitch là gì?

Ad-Free But 480p, for Twitch là một tiện ích mở rộng Chrome được phát triển bởi sauce, và tính năng chính của nó là "This extension safely disables ads, however for this to happen, streams can only go to a max of 480p quality.".

Ả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 Ad-Free But 480p, for Twitch

Tải xuống các tệp mở rộng Ad-Free But 480p, for Twitch 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

                        The ad-block extension simply changes the player type to an ad-free version of the Twitch player. This player version is limited to 480p max quality. So if 480p is enough for you and you really hate the video ads, this is the extension for you. It doesn't change anything on the Twitch player itself, just the video feed that comes in.

If you would like to support the dev/author, you can via the Paypalme link:

https://paypal.me/ttvadblock

Or you can contribute via crypto:

https://commerce.coinbase.com/checkout/f289396a-e426-4b23-8daf-1ca9887fe2be

You MUST remove any other previous Twitch specific ad blockers or user-scripts in case of conflicts. For example, TTV LoL and Purple Ad-Block will override this extension and stop it from working. However this extension can be used with uBlock Origin (Without user-scripts installed).

If you have issues while using this extension, please note, some ad-blocker extensions may interfere with this extension.

The extension code is opensource and can be looked at here:

https://github.com/saucettv/AdFreeBut480pForTwitch


Permissions: We ask for the Twitch URL permission so that we can put the content script into it.



DISCLAIMER OF LIABILITY: The author of this extension specifically DISCLAIMS LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES and assumes no responsibility or liability for any loss or damage suffered by any person, company, corporation, service or subsidiary as a result of the use or misuse of the browser extension. The author assumes or undertakes NO LIABILITY for any loss or damage suffered as a result of the use, misuse or reliance on the browser extension. By using the browser extension you, the user accept full responsibility for any loss, damage or harm that may be caused by your use of the browser extension.                    

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

Tên Ad-Free But 480p, for Twitch Ad-Free But 480p, for Twitch
ID kdicfccgckkckdkcbilhbeacnnkcmpeb
URL Chính Thức https://chrome.google.com/webstore/detail/ad-free-but-480p-for-twit/kdicfccgckkckdkcbilhbeacnnkcmpeb
Mô tả This extension safely disables ads, however for this to happen, streams can only go to a max of 480p quality.
Kích Thước Tệp 84.33 KB
Số Lần Cài Đặt 346
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-07-03
Ngày Phát Hành 2021-06-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sauce
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://paypal.me/ttvadblock
URL Trang Trợ Giúp https://paypal.me/ttvadblock
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension safely disables ads, however for this to happen, streams can only go to a max of 480p quality.",
    "manifest_version": 2,
    "name": "Ad-Free But 480p, for Twitch",
    "version": "1.2",
    "icons": {
        "48": "icons\/ttv-48.png",
        "96": "icons\/ttv-96.png"
    },
    "browser_action": {
        "default_icon": "icons\/ttv-32.png",
        "default_title": "Ad-Free But 480p, for Twitch",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ]
}