Harambe
Make sure our Lord & Savior, Harambe, gets the recognition he deserves
Cos'è Harambe?
Harambe è un'estensione di Chrome sviluppata da rcobelli, e la sua funzione principale è "Make sure our Lord & Savior, Harambe, gets the recognition he deserves".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Harambe
Scarica i file di estensione Harambe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lonpclkknojofcceoebdejjpegakhngo |
URL Ufficiale | https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo |
Descrizione | Make sure our Lord & Savior, Harambe, gets the recognition he deserves |
Dimensione del File | 156 KB |
Conteggio Installazioni | 160 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-08-18 |
Data di Pubblicazione | 2016-08-18 |
Valutazione | 2.71/5 Totale 48 Valutazioni |
Sviluppatore | rcobelli |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |