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! هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة No Batman Spoilers!
قم بتنزيل ملفات الامتداد No Batman Spoilers! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } ] } |