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
Eメール [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"
        }
    ]
}