Harambe
A simple Chrome extension that replaces references to divine entities with the word "Harambe"
Wat is Harambe?
Harambe is een Chrome-extensie ontwikkeld door 2shobhitsriv6, en de belangrijkste functie is "A simple Chrome extension that replaces references to divine entities with the word "Harambe"".
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
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.
Basisinformatie over de Extensie
Naam | Harambe |
ID | abfkfmfjfimmgbfggbabahcmndbdafca |
Officiële URL | https://chromewebstore.google.com/detail/harambe/abfkfmfjfimmgbfggbabahcmndbdafca |
Beschrijving | A simple Chrome extension that replaces references to divine entities with the word "Harambe" |
Bestandsgrootte | 85.67 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-09-06 |
Publicatiedatum | 2016-09-06 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | 2shobhitsriv6 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |