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…

O que é No Batman Spoilers!?

No Batman Spoilers! é uma extensão do Chrome desenvolvida por encima, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão No Batman Spoilers!

Baixe arquivos de extensão No Batman Spoilers! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome No Batman Spoilers! No Batman Spoilers!
ID khghmhlkgfimkjmaocchfaagomholieh
URL Oficial https://chrome.google.com/webstore/detail/no-batman-spoilers/khghmhlkgfimkjmaocchfaagomholieh
Descrição 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…
Tamanho do Arquivo 35.83 KB
Contagem de Instalações 44
Versão Atual 1.0
Última Atualização 2012-07-20
Data de Publicação 2012-07-20
Classificação 2.25/5 Total de 4 Avaliações
Desenvolvedor encima
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}