GutePopUpBlock

Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!

什么是GutePopUpBlock?

GutePopUpBlock是由twenty20twenty开发的Chrome扩展程序,该扩展的主要功能是“Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!”。

扩展截图

screenshot

下载GutePopUpBlock扩展crx文件

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

扩展使用说明

                        So you decided to install an Addblocker and now every time you visit this Website you get this annoying popup asking you to disable it? This extension solves this problem!

You have to do nothing, other than installing this extension, the blocking will happen automatically.                    

扩展基本信息

名称 GutePopUpBlock GutePopUpBlock
ID fjglbfohbfdbhjjaddefmbocmadmleld
官方URL https://chrome.google.com/webstore/detail/gutepopupblock/fjglbfohbfdbhjjaddefmbocmadmleld
简介 Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!
文件大小 6.13 KB
安装次数 128
当前版本 1.0
更新时间 2022-10-13
上架时间 2022-10-13
评分 5.00/5 共1次评分
开发者 twenty20twenty
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GutePopUpBlock",
    "description": "Blocks the GuteFrage \"PlEaSe dIsAbLe yOuR AdBlOcKer\" popup!",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "48": "\/images\/guteIcon_square.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.gutefrage.net\/*"
            ],
            "js": [
                "blocker.js"
            ]
        }
    ]
}