Shia Labeouf

Changes Car to Shia Labeouf. (Including any words that have car in them.)

O que é Shia Labeouf?

Shia Labeouf é uma extensão do Chrome desenvolvida por pokemonrater, e sua principal característica é "Changes Car to Shia Labeouf. (Including any words that have car in them.)".

Baixar o arquivo CRX da Extensão Shia Labeouf

Baixe arquivos de extensão Shia Labeouf 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

                                            

Informações Básicas da Extensão

Nome Shia Labeouf Shia Labeouf
ID lpjadpempehpmgohfhippcljaafbhlca
URL Oficial https://chrome.google.com/webstore/detail/shia-labeouf/lpjadpempehpmgohfhippcljaafbhlca
Descrição Changes Car to Shia Labeouf. (Including any words that have car in them.)
Tamanho do Arquivo 3.55 KB
Contagem de Instalações 30
Versão Atual 1.0
Última Atualização 2016-03-08
Data de Publicação 2016-03-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor pokemonrater
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shia Labeouf",
    "description": "Changes Car to Shia Labeouf. (Including any words that have car in them.)",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}