Lord Harambe
Replaces all instances of 'God' with 'Harambe'. Dicks out
Cos'è Lord Harambe?
Lord Harambe è un'estensione di Chrome sviluppata da SirSidis, e la sua funzione principale è "Replaces all instances of 'God' with 'Harambe'. Dicks out".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lord Harambe
Scarica i file di estensione Lord 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
Replaces all instances of the word 'God' with 'Harambe', our dearly departed friend
Informazioni di Base sull'Estensione
Nome | Lord Harambe |
ID | dkjlnnadnhioppalkdangjmfeppakfep |
URL Ufficiale | https://chromewebstore.google.com/detail/lord-harambe/dkjlnnadnhioppalkdangjmfeppakfep |
Descrizione | Replaces all instances of 'God' with 'Harambe'. Dicks out |
Dimensione del File | 8.67 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-07-25 |
Data di Pubblicazione | 2016-07-25 |
Valutazione | 4.50/5 Totale 12 Valutazioni |
Sviluppatore | SirSidis |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |