Unicorn Replacer!

Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.

O que é Unicorn Replacer!?

Unicorn Replacer! é uma extensão do Chrome desenvolvida por scottrblock, e sua principal característica é "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Unicorn Replacer!

Baixe arquivos de extensão Unicorn Replacer! 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

                        Chrome extension that replaces occurrences of 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Based on zekeweeks's millennials-begone- https://github.com/zekeweeks/millennials-begone. This is Matt Levine's billion dollar idea. Icon via the noun project's  Andrew McKinley- https://thenounproject.com/term/unicorn/3364/                    

Informações Básicas da Extensão

Nome Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
URL Oficial https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
Descrição Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Tamanho do Arquivo 3.47 KB
Contagem de Instalações 34
Versão Atual 1.0
Última Atualização 2015-06-08
Data de Publicação 2015-06-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor scottrblock
Tipo de Pagamento free
Site da Extensão https://github.com/scottrblock/unicorn-replacer
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unicorn Replacer!",
    "version": "1.0",
    "description": "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}