Sharknado but without the sharks Mod

Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch

O que é Sharknado but without the sharks Mod?

Sharknado but without the sharks Mod é uma extensão do Chrome desenvolvida por Fats Gordo, e sua principal característica é "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sharknado but without the sharks Mod

Baixe arquivos de extensão Sharknado but without the sharks Mod 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

                        Changes the word "tornado" to "Sharknado but without the sharks"                    

Informações Básicas da Extensão

Nome Sharknado but without the sharks Mod Sharknado but without the sharks Mod
ID ajmgpljcejihmhmbcocjgppbfihlgkfi
URL Oficial https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi
Descrição Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
Tamanho do Arquivo 3.61 KB
Contagem de Instalações 23
Versão Atual 1.1
Última Atualização 2017-08-31
Data de Publicação 2017-08-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Fats Gordo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sharknado but without the sharks Mod",
    "description": "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}