CatBlock

Replace ads with cats.

Wat is CatBlock?

CatBlock is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replace ads with cats.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CatBlock

Download CatBlock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension will replace ads with GIFs of cats. It is similar to adblock but with cats placed into the empty space.                    

Basisinformatie over de Extensie

Naam CatBlock CatBlock
ID malnloekiojbhmllnpcnfbhmhcmnkcbj
Officiële URL https://chromewebstore.google.com/detail/catblock/malnloekiojbhmllnpcnfbhmhcmnkcbj
Beschrijving Replace ads with cats.
Bestandsgrootte 65.92 KB
Aantal Installaties 555
Huidige Versie 1.1
Laatst Bijgewerkt 2014-10-20
Publicatiedatum 2014-10-19
Beoordeling 3.23/5 Totaal 47 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CatBlock",
    "description": "Replace ads with cats.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "CatBlock.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/thecatapi.com\/"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    }
}