Harambe

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

Qu'est-ce que Harambe ?

Harambe est une extension Chrome développée par rcobelli, et sa fonction principale est "Make sure our Lord & Savior, Harambe, gets the recognition he deserves".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Harambe

Téléchargez les fichiers d'extension Harambe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Harambe Harambe
ID lonpclkknojofcceoebdejjpegakhngo
URL Officiel https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo
Description Make sure our Lord & Savior, Harambe, gets the recognition he deserves
Taille du Fichier 156 KB
Nombre d'Installations 160
Version Actuelle 1.0
Dernière Mise à Jour 2016-08-18
Date de Publication 2016-08-18
Évaluation 2.71/5 Total 48 Évaluations
Développeur rcobelli
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}