CatBlock
Replace ads with cats.
Apa itu CatBlock?
CatBlock adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replace ads with cats.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CatBlock
Unduh file ekstensi CatBlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will replace ads with GIFs of cats. It is similar to adblock but with cats placed into the empty space.
Informasi Dasar Ekstensi
Nama | CatBlock |
ID | malnloekiojbhmllnpcnfbhmhcmnkcbj |
URL Resmi | https://chromewebstore.google.com/detail/catblock/malnloekiojbhmllnpcnfbhmhcmnkcbj |
Deskripsi | Replace ads with cats. |
Ukuran File | 65.92 KB |
Jumlah Instalasi | 555 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-10-20 |
Tanggal Publikasi | 2014-10-19 |
Penilaian | 3.23/5 Total 47 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |