Harambe Lives

A secret reminder to us all, that he's still here.

O que é Harambe Lives?

Harambe Lives é uma extensão do Chrome desenvolvida por norton.seanm, e sua principal característica é "A secret reminder to us all, that he's still here.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Harambe Lives

Baixe arquivos de extensão Harambe Lives 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

                        This extension will randomly add Harambe to every page when you mouse over an image.
I recommend installing this on a parents or mates chrome just to mess with them.                    

Informações Básicas da Extensão

Nome Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
URL Oficial https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
Descrição A secret reminder to us all, that he's still here.
Tamanho do Arquivo 169 KB
Contagem de Instalações 0
Versão Atual 0.1
Última Atualização 2016-09-06
Data de Publicação 2016-09-05
Desenvolvedor norton.seanm
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe Lives",
    "version": "0.1",
    "description": "A secret reminder to us all, that he's still here.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}