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
官方網址 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"
        }
    ]
}