Ad Bro

Removes 'Please disable your ad-block' pop-ups

什么是Ad Bro?

Ad Bro是由Jossef Harush开发的Chrome扩展程序,该扩展的主要功能是“Removes 'Please disable your ad-block' pop-ups”。

扩展截图

screenshot

下载Ad Bro扩展crx文件

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

扩展使用说明

                        Have you been using the famous AdBlock chrome extension and saw these "Please Disable Your AdBlock" messages?

NO MORE!                    

扩展基本信息

名称 Ad Bro Ad Bro
ID fbodfffldccejagkgmdolpoiefffhfhf
官方URL https://chrome.google.com/webstore/detail/ad-bro/fbodfffldccejagkgmdolpoiefffhfhf
简介 Removes 'Please disable your ad-block' pop-ups
文件大小 14.97 KB
安装次数 47
当前版本 1
更新时间 2016-05-28
上架时间 2016-05-28
评分 4.00/5 共2次评分
开发者 Jossef Harush
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jossef/ad-bro
帮助页面URL https://github.com/jossef/ad-bro
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jossef Harush",
    "manifest_version": 2,
    "name": "Ad Bro",
    "icons": {
        "128": "icon.png"
    },
    "short_name": "Ad Bro",
    "description": "Removes 'Please disable your ad-block' pop-ups",
    "offline_enabled": true,
    "version": "1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ynet.co.il\/*"
            ],
            "js": [
                "js\/common.js",
                "js\/sites\/ynet.co.il.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.hwzone.co.il\/*"
            ],
            "js": [
                "js\/common.js",
                "js\/sites\/hwzone.co.il.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}