CatBlock
Replace ads with cats.
What is CatBlock?
CatBlock is a Chrome extension developed by Unknown, and its main feature is "Replace ads with cats.".
Extension Screenshots
Download CatBlock Extension CRX File
Download CatBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will replace ads with GIFs of cats. It is similar to adblock but with cats placed into the empty space.
Extension Basic Information
Name | CatBlock |
ID | malnloekiojbhmllnpcnfbhmhcmnkcbj |
Official URL | https://chromewebstore.google.com/detail/catblock/malnloekiojbhmllnpcnfbhmhcmnkcbj |
Description | Replace ads with cats. |
File Size | 65.92 KB |
Installation Count | 555 |
Current Version | 1.1 |
Last Updated | 2014-10-20 |
Publish Date | 2014-10-19 |
Rating | 3.23/5 Total 47 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |