Harambe
A simple Chrome extension that replaces references to divine entities with the word "Harambe"
Vad är Harambe?
Harambe är en Chrome-tillägg utvecklad av 2shobhitsriv6, och dess huvudfunktion är "A simple Chrome extension that replaces references to divine entities with the word "Harambe"".
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
Replace all references to religious deities on the page with the word "Harambe." Change the title of the page to "HARAMBE WAS HERE." Try it out: Install the extension and go to http://www.everystudent.com/features/isthere.html Press the gorilla on the top right corner.
Grundläggande Information om Tillägg
Namn | Harambe |
ID | abfkfmfjfimmgbfggbabahcmndbdafca |
Officiell webbadress | https://chromewebstore.google.com/detail/harambe/abfkfmfjfimmgbfggbabahcmndbdafca |
Beskrivning | A simple Chrome extension that replaces references to divine entities with the word "Harambe" |
Filstorlek | 85.67 KB |
Antal Installationer | 46 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2016-09-06 |
Publiceringsdatum | 2016-09-06 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | 2shobhitsriv6 |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Harambe", "version": "1.0.0", "description": "A simple Chrome extension that replaces references to divine entities with the word \"Harambe\"", "browser_action": { "default_title": "turn on Harambe" }, "icons": { "128": "Harambe.png" }, "background": { "scripts": [ "background.js", "jquery-3.1.0.js", "replaceText.js" ], "persistent:": false }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "background.js", "jquery-3.1.0.js", "replaceText.js" ] } ] } |