Retruco Eliminate Anti AdBlock

Removes fixed message from Ad-Block blockers

什么是Retruco Eliminate Anti AdBlock?

Retruco Eliminate Anti AdBlock是由Giovanni开发的Chrome扩展程序,该扩展的主要功能是“Removes fixed message from Ad-Block blockers”。

扩展截图

screenshot
screenshot

下载Retruco Eliminate Anti AdBlock扩展crx文件

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

扩展使用说明

                        Retruco Eliminate Anti AdBlock removes the fixed message from Ad Blockers globally known as ABP AdBlock, AdGuard, uBlock or related.

This extension focuses on removing the intrusive messages that detect Ad-Block and force you to turn off the extension function.

The fact that the site relies financially on advertising does not legalize or make SPAM mandatory, so this is a way for you to reject the restriction.                    

扩展基本信息

名称 Retruco Eliminate Anti AdBlock Retruco Eliminate Anti AdBlock
ID gpkdlgnngkiiphplplodblijekhnjjob
官方URL https://chromewebstore.google.com/detail/retruco-eliminate-anti-ad/gpkdlgnngkiiphplplodblijekhnjjob
简介 Removes fixed message from Ad-Block blockers
文件大小 205 KB
安装次数 1,578
当前版本 1.3.0
更新时间 2018-10-12
上架时间 2018-10-11
评分 3.37/5 共19次评分
开发者 Giovanni
电子邮箱 [email protected]
付费类型 free
支持的语言 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "pt_BR",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "author": "Giovanni Ramos",
    "version": "1.3.0",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_ext_name__",
        "default_icon": {
            "16": "img\/icon-16-off.png",
            "32": "img\/icon-32.png"
        }
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ]
}