Block AdBlocker Blockers

Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.

什么是Block AdBlocker Blockers?

Block AdBlocker Blockers是由https://extensionsworld.com开发的Chrome扩展程序,该扩展的主要功能是“Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.”。

扩展截图

screenshot

下载Block AdBlocker Blockers扩展crx文件

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

扩展使用说明

                        Basically what it does is when an AdBlocker-Blocker, blocks your AdBlocker, You can click the "Block AdBlocker Blockers" Icon in the upper right corner of your browser, and this will block the AdBlocker-Blocker from Blocking youck AdBlocker.                    

扩展基本信息

名称 Block AdBlocker Blockers Block AdBlocker Blockers
ID kkgikoeejocnfndbnkddecapcdbijmjj
官方URL https://chromewebstore.google.com/detail/block-adblocker-blockers/kkgikoeejocnfndbnkddecapcdbijmjj
简介 Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.
文件大小 189 KB
安装次数 79
当前版本 0.0.02
更新时间 2020-12-16
上架时间 2020-12-08
评分 4.20/5 共5次评分
开发者 https://extensionsworld.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://extensionsworld.com/BlockAdBlockerBlockers
帮助页面URL https://extensionsworld.com/contact
隐私政策页面URL https://extensionsworld.com/legal
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block AdBlocker Blockers",
    "permissions": [
        "activeTab"
    ],
    "version": "0.0.02",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "description": "Its a Blocker that Blocks AdBlocker-Blockers, from Blocking your AdBlocker.",
    "icons": {
        "128": "blockAdBlockerBlockers.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "blockAdBlockerBlockers.png"
        },
        "default_title": "I.... I BLOCKED THEM! ... I BLOCKED THEM ALL!!\nThey are BLOCKED... Every single one of them...\nAnd not just the blockers...\nBut the blockers and the blockers that are blocking their blockers too...\nThey are like AdBlocker Blockers, And blocked them like Ad Blocker Blockers!!!\n\nI HATE THEM!!!"
    },
    "web_accessible_resources": [
        "injectable.js"
    ]
}