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…
Qu'est-ce que No Batman Spoilers! ?
No Batman Spoilers! est une extension Chrome développée par encima, et sa fonction principale est "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…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension No Batman Spoilers!
Téléchargez les fichiers d'extension No Batman Spoilers! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | khghmhlkgfimkjmaocchfaagomholieh |
URL Officiel | 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… |
Taille du Fichier | 35.83 KB |
Nombre d'Installations | 44 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-07-20 |
Date de Publication | 2012-07-20 |
Évaluation | 2.25/5 Total 4 Évaluations |
Développeur | encima |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |