Lord Harambe

Replaces all instances of 'God' with 'Harambe'. Dicks out

Wat is Lord Harambe?

Lord Harambe is een Chrome-extensie ontwikkeld door SirSidis, en de belangrijkste functie is "Replaces all instances of 'God' with 'Harambe'. Dicks out".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lord Harambe

Download Lord Harambe-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

                        Replaces all instances of the word 'God' with 'Harambe', our dearly departed friend                    

Basisinformatie over de Extensie

Naam Lord Harambe Lord Harambe
ID dkjlnnadnhioppalkdangjmfeppakfep
Officiële URL https://chromewebstore.google.com/detail/lord-harambe/dkjlnnadnhioppalkdangjmfeppakfep
Beschrijving Replaces all instances of 'God' with 'Harambe'. Dicks out
Bestandsgrootte 8.67 KB
Aantal Installaties 78
Huidige Versie 1.0
Laatst Bijgewerkt 2016-07-25
Publicatiedatum 2016-07-25
Beoordeling 4.50/5 Totaal 12 Beoordelingen
Ontwikkelaar SirSidis
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lord Harambe",
    "description": "Replaces all instances of 'God' with 'Harambe'. Dicks out",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}