Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

Remove Adblock Thing là gì?

Remove Adblock Thing là một tiện ích mở rộng Chrome được phát triển bởi https://afixer.app, và tính năng chính của nó là "Remove the Adblock Popup from YOUTUBE".

Ả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 Remove Adblock Thing

Tải xuống các tệp mở rộng Remove Adblock Thing 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

                        Remove the Adblock Popup from YouTube

This extension packages the 'RemoveAdblockThing' script, which can be found at . This script effectively blocks YouTube's ad blocker detection popup.

Features:

- Lightweight: This extension is designed to be lightweight, ensuring it won't slow down your browsing experience.
- No Additional Permissions Required: You won't need to grant any additional permissions for this extension to work.
- Open Source: This extension is open source and can be found at .
- No Tampermonkey Required: This extension functions as a standalone script, eliminating the need to install Tampermonkey first. Simply install this extension and enjoy an ad-free YouTube experience!                    

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

Tên Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
URL Chính Thức https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
Mô tả Remove the Adblock Popup from YOUTUBE
Kích Thước Tệp 11.43 KB
Số Lần Cài Đặt 4,847
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-11-07
Ngày Phát Hành 2023-11-07
Đánh Giá 4.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://afixer.app
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
URL Trang Chính Sách Bảo Mật https://afixer.app/privacy-policy.txt
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Remove the Adblock Popup from YOUTUBE",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Remove Adblock Thing",
    "version": "1.0"
}