No Batman Spoilers!
Haven't seen 'The Dark Knight Rises' yet? Don't avoid the webnets, replace every instance of: 1. Batman 2. The Dark Knight 3. TDKR…
Apa itu No Batman Spoilers!?
No Batman Spoilers! adalah ekstensi Chrome yang dikembangkan oleh encima, dan fitur utamanya adalah "Haven't seen 'The Dark Knight Rises' yet? Don't avoid the webnets, replace every instance of: 1. Batman 2. The Dark Knight 3. TDKR…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi No Batman Spoilers!
Unduh file ekstensi No Batman Spoilers! 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
Haven't seen 'The Dark Knight Rises' yet? Don't avoid the webnets, replace every instance of: 1. Batman 2. The Dark Knight 3. TDKR with a cat playing piano. See a cat playing piano on a website? RUN! Warning: This ext is about as simple and stupid as an extension can get. Made for my own uses and it does NOT work on Google. P.S. If you are wondering, yes, I did make the logo myself and if you want to see more examples of my work, I have none but I welcome alternative logos.
Informasi Dasar Ekstensi
Nama | |
ID | khghmhlkgfimkjmaocchfaagomholieh |
URL Resmi | https://chrome.google.com/webstore/detail/no-batman-spoilers/khghmhlkgfimkjmaocchfaagomholieh |
Deskripsi | Haven't seen 'The Dark Knight Rises' yet? Don't avoid the webnets, replace every instance of: 1. Batman 2. The Dark Knight 3. TDKR… |
Ukuran File | 35.83 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-07-20 |
Tanggal Publikasi | 2012-07-20 |
Penilaian | 2.25/5 Total 4 Penilaian |
Pengembang | encima |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Batman Spoilers!", "version": "1.0", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery.js", "textreplace.js" ], "run_at": "document_end" } ] } |