Crappy Ad Swap

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

Hvad er Crappy Ad Swap?

Crappy Ad Swap er en Chrome-udvidelse udviklet af Brother Ad School, og dens hovedfunktion er "Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Crappy Ad Swap-udvidelses-CRX-fil

Download Crappy Ad Swap-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Crappy Ad Swap Crappy Ad Swap
ID jmfcnfdbiiojincfpacekoiolacgmohb
Officiel URL https://chromewebstore.google.com/detail/crappy-ad-swap/jmfcnfdbiiojincfpacekoiolacgmohb
Beskrivelse Crappy Ad Swap allows you to see good advertising instead of the bad advertising you usually find when you surf websites.
Filstørrelse 293 KB
Antal Installationer 258
Nuværende Version 1.2.3
Senest Opdateret 2016-05-23
Udgivelsesdato 2016-05-23
Bedømmelse 4.82/5 Samlet 55 Bedømmelser
Udvikler Brother Ad School
Betalingsmetode free
Udvidelseswebsted http://brotherad.com/crappyadswap/
Understøttede Sprog 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"
    ]
}