Crappy Ad Swap

Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.

什麼是Crappy Ad Swap?

Crappy Ad Swap是由Brother Ad School開發的Chrome擴展程式,該擴展的主要功能是“Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.”。

擴展截圖

screenshot
screenshot
screenshot

下載Crappy Ad Swap擴展crx文件

下載Crappy Ad Swap擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Crappy Ad Swap is an extension that allows you to see good advertising instead of the bad advertising you usually find when you surf websites.
 
This extension has an educative purpose and is exclusive for Brother’s students, so you need a code to install it.

Ask at your Brother base for it!

This extension does:

-    Swap all banner formats.
-    Swap Google Adsense
-    Hide spam                    

擴展基本資訊

名稱 Crappy Ad Swap Crappy Ad Swap
ID jmfcnfdbiiojincfpacekoiolacgmohb
官方網址 https://chromewebstore.google.com/detail/crappy-ad-swap/jmfcnfdbiiojincfpacekoiolacgmohb
簡介 Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.
檔案大小 293 KB
安裝次數 258
目前版本 1.2.3
更新時間 2016-05-23
上架時間 2016-05-23
評分 4.82/5 共 55 次評分
開發者 Brother Ad School
付費類型 free
擴展官網 http://brotherad.com/crappyadswap/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crappy Ad Swap",
    "version": "1.2.3",
    "description": "Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19-disabled.png",
            "38": "icon-38-disabled.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "config.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "config.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}