Star Wars - Spoiler Alert!

Replaces the Star Wars specific text with Adminal Ackbar's famous warning!

O que é Star Wars - Spoiler Alert!?

Star Wars - Spoiler Alert! é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!".

Baixar o arquivo CRX da Extensão Star Wars - Spoiler Alert!

Baixe arquivos de extensão Star Wars - Spoiler Alert! 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

                        So, Star Wars is releasing a week later in India, which is a bummer. It also means, the web will be dark and filled with spoilers. Here's a fun little chrome extension I wrote that tries to mess up spoiler text by adding the famous warning from Admiral Ackbar - "It's a Trap!" at random places, making the spoilers feel like stormtroopers.

May the force be with you!                    

Informações Básicas da Extensão

Nome Star Wars - Spoiler Alert! Star Wars - Spoiler Alert!
ID aeleacpkkoikocdppmgpkpidpbdjoclg
URL Oficial https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg
Descrição Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Tamanho do Arquivo 13.36 KB
Contagem de Instalações 13
Versão Atual 1.0
Última Atualização 2015-12-11
Data de Publicação 2015-12-11
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão http://piyushbansal.github.io/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Wars - Spoiler Alert!",
    "version": "1.0",
    "description": "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!",
    "icons": {
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}