Ebola 2 Bieber

Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber!

O que é Ebola 2 Bieber?

Ebola 2 Bieber é uma extensão do Chrome desenvolvida por https://scarlin.com, e sua principal característica é "Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ebola 2 Bieber

Baixe arquivos de extensão Ebola 2 Bieber 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

                        Are you getting tired of seeing all of the posts about Ebola everywhere you go? This won't cure Ebola, but it will replace it with Justin Bieber.


This extension is intended for humorous purpose. Do not take this as anything more than an attempt at reducing some of the anxiety and stress surrounding the Ebola panic.                    

Informações Básicas da Extensão

Nome Ebola 2 Bieber Ebola 2 Bieber
ID kgolmchhnkhkcljipifaepiebepnjdna
URL Oficial https://chromewebstore.google.com/detail/ebola-2-bieber/kgolmchhnkhkcljipifaepiebepnjdna
Descrição Replaces "Ebola" with "Justin Bieber." Stay Calm and be a Belieber!
Tamanho do Arquivo 45.95 KB
Contagem de Instalações 10
Versão Atual 1.0
Última Atualização 2014-10-20
Data de Publicação 2014-10-20
Classificação 3.63/5 Total de 8 Avaliações
Desenvolvedor https://scarlin.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.scarlin.com
URL da Página de Ajuda http://www.scarlin.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Replaces \"Ebola\" with \"Justin Bieber.\" Stay Calm and be a Belieber!",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Ebola 2 Bieber",
    "version": "1.0"
}