Harambe Lives

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

Wat is Harambe Lives?

Harambe Lives is een Chrome-extensie ontwikkeld door norton.seanm, en de belangrijkste functie is "A secret reminder to us all, that he's still here.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Harambe Lives

Download Harambe Lives-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
Officiële URL https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
Beschrijving A secret reminder to us all, that he's still here.
Bestandsgrootte 169 KB
Aantal Installaties 0
Huidige Versie 0.1
Laatst Bijgewerkt 2016-09-06
Publicatiedatum 2016-09-05
Ontwikkelaar norton.seanm
Betalingswijze free
Ondersteunde Talen 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"
    }
}