Harambe Lives

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

What is Harambe Lives?

Harambe Lives is a Chrome extension developed by norton.seanm, and its main feature is "A secret reminder to us all, that he's still here.".

Extension Screenshots

screenshot

Download Harambe Lives Extension CRX File

Download Harambe Lives extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Harambe Lives Harambe Lives
ID elaapbnomecicnkmcnlenhgilopocigg
Official URL https://chromewebstore.google.com/detail/harambe-lives/elaapbnomecicnkmcnlenhgilopocigg
Description A secret reminder to us all, that he's still here.
File Size 169 KB
Installation Count 0
Current Version 0.1
Last Updated 2016-09-06
Publish Date 2016-09-05
Developer norton.seanm
Payment Type free
Supported Languages 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"
    }
}