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…

Wat is No Batman Spoilers!?

No Batman Spoilers! is een Chrome-extensie ontwikkeld door encima, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie No Batman Spoilers!

Download No Batman Spoilers!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam No Batman Spoilers! No Batman Spoilers!
ID khghmhlkgfimkjmaocchfaagomholieh
Officiële URL https://chrome.google.com/webstore/detail/no-batman-spoilers/khghmhlkgfimkjmaocchfaagomholieh
Beschrijving 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…
Bestandsgrootte 35.83 KB
Aantal Installaties 44
Huidige Versie 1.0
Laatst Bijgewerkt 2012-07-20
Publicatiedatum 2012-07-20
Beoordeling 2.25/5 Totaal 4 Beoordelingen
Ontwikkelaar encima
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}