Harambe Lives

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

Cos'è Harambe Lives?

Harambe Lives è un'estensione di Chrome sviluppata da norton.seanm, e la sua funzione principale è "A secret reminder to us all, that he's still here.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Harambe Lives

Scarica i file di estensione Harambe Lives in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
URL Ufficiale https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
Descrizione A secret reminder to us all, that he's still here.
Dimensione del File 169 KB
Conteggio Installazioni 0
Versione Corrente 0.1
Ultimo Aggiornamento 2016-09-06
Data di Pubblicazione 2016-09-05
Sviluppatore norton.seanm
Tipo di Pagamento free
Lingue Supportate 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"
    }
}