Harambe
Make sure our Lord & Savior, Harambe, gets the recognition he deserves
Vad är Harambe?
Harambe är en Chrome-tillägg utvecklad av rcobelli, och dess huvudfunktion är "Make sure our Lord & Savior, Harambe, gets the recognition he deserves".
Tilläggsskärmbilder
Ladda ner Harambe-förlängningens CRX-fil
Ladda ner Harambe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lonpclkknojofcceoebdejjpegakhngo |
Officiell webbadress | https://chrome.google.com/webstore/detail/harambe/lonpclkknojofcceoebdejjpegakhngo |
Beskrivning | Make sure our Lord & Savior, Harambe, gets the recognition he deserves |
Filstorlek | 156 KB |
Antal Installationer | 160 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-08-18 |
Publiceringsdatum | 2016-08-18 |
Betyg | 2.71/5 Totalt 48 Betyg |
Utvecklare | rcobelli |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |