CatBlock
Replace ads with cats.
Was ist CatBlock?
CatBlock ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replace ads with cats.".
Erweiterungsscreenshots
CatBlock-Erweiterungs-CRX-Datei herunterladen
Laden Sie CatBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will replace ads with GIFs of cats. It is similar to adblock but with cats placed into the empty space.
Grundlegende Informationen zur Erweiterung
Name | CatBlock |
ID | malnloekiojbhmllnpcnfbhmhcmnkcbj |
Offizielle URL | https://chromewebstore.google.com/detail/catblock/malnloekiojbhmllnpcnfbhmhcmnkcbj |
Beschreibung | Replace ads with cats. |
Dateigröße | 65.92 KB |
Installationsanzahl | 555 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-10-20 |
Veröffentlichungsdatum | 2014-10-19 |
Bewertung | 3.23/5 Insgesamt 47 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |