Harambe
Make sure our Lord & Savior, Harambe, gets the recognition he deserves
Wat is Harambe?
Harambe is een Chrome-extensie ontwikkeld door rcobelli, en de belangrijkste functie is "Make sure our Lord & Savior, Harambe, gets the recognition he deserves".
Extensie Screenshots
Download het CRX-bestand van de extensie Harambe
Download 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
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.
Basisinformatie over de Extensie
Naam | |
ID | lonpclkknojofcceoebdejjpegakhngo |
Officiële URL | https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo |
Beschrijving | Make sure our Lord & Savior, Harambe, gets the recognition he deserves |
Bestandsgrootte | 156 KB |
Aantal Installaties | 160 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-08-18 |
Publicatiedatum | 2016-08-18 |
Beoordeling | 2.71/5 Totaal 48 Beoordelingen |
Ontwikkelaar | rcobelli |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |