Harambe

Make sure our Lord & Savior, Harambe, gets the recognition he deserves

What is Harambe?

Harambe is a Chrome extension developed by rcobelli, and its main feature is "Make sure our Lord & Savior, Harambe, gets the recognition he deserves".

Extension Screenshots

screenshot
screenshot
screenshot

Download Harambe Extension CRX File

Download Harambe 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 make sure that our Lord & Savior gets his recognition. It will replace all instances of Donald Trump with "Harambe", make all existing mentions of Harambe all caps, replace Hillary Clinton with "Hillary did Harambe", and all instances of Barack Obama with "Dicks Out for Harambe". Finally, it will replace all images on the web with a photo of Harambe. This is a must have for any self-respecting memelord.                    

Extension Basic Information

Name Harambe Harambe
ID lonpclkknojofcceoebdejjpegakhngo
Official URL https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo
Description Make sure our Lord & Savior, Harambe, gets the recognition he deserves
File Size 156 KB
Installation Count 160
Current Version 1.0
Last Updated 2016-08-18
Publish Date 2016-08-18
Rating 2.71/5 Total 48 Ratings
Developer rcobelli
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harambe",
    "description": "Make sure our Lord & Savior, Harambe, gets the recognition he deserves",
    "version": "1.0",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "cat.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}