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…
No Batman Spoilers! क्या है?
No Batman Spoilers! encima द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No Batman Spoilers! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | khghmhlkgfimkjmaocchfaagomholieh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/no-batman-spoilers/khghmhlkgfimkjmaocchfaagomholieh |
विवरण | 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… |
फ़ाइल का आकार | 35.83 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2012-07-20 |
प्रकाशन तिथि | 2012-07-20 |
रेटिंग | 2.25/5 कुल 4 रेटिंग्स |
डेवलपर | encima |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |