Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

什么是Remove Adblock Thing?

Remove Adblock Thing是由https://afixer.app开发的Chrome扩展程序,该扩展的主要功能是“Remove the Adblock Popup from YOUTUBE”。

扩展截图

screenshot

下载Remove Adblock Thing扩展crx文件

下载Remove Adblock Thing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
官方URL https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
简介 Remove the Adblock Popup from YOUTUBE
文件大小 11.43 KB
安装次数 4,847
当前版本 1.0
更新时间 2023-11-07
上架时间 2023-11-07
评分 4.58/5 共12次评分
开发者 https://afixer.app
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
隐私政策页面URL https://afixer.app/privacy-policy.txt
支持的语言 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"
}