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…
What is No Batman Spoilers!?
No Batman Spoilers! is a Chrome extension developed by encima, and its main feature is "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…".
Extension Screenshots
Download No Batman Spoilers! Extension CRX File
Download No Batman Spoilers! 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
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.
Extension Basic Information
Name | |
ID | khghmhlkgfimkjmaocchfaagomholieh |
Official URL | https://chrome.google.com/webstore/detail/no-batman-spoilers/khghmhlkgfimkjmaocchfaagomholieh |
Description | 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… |
File Size | 35.83 KB |
Installation Count | 44 |
Current Version | 1.0 |
Last Updated | 2012-07-20 |
Publish Date | 2012-07-20 |
Rating | 2.25/5 Total 4 Ratings |
Developer | encima |
Payment Type | free |
Supported Languages | 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" } ] } |