Harambe
A simple Chrome extension that replaces references to divine entities with the word "Harambe"
Qu'est-ce que Harambe ?
Harambe est une extension Chrome développée par 2shobhitsriv6, et sa fonction principale est "A simple Chrome extension that replaces references to divine entities with the word "Harambe"".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Harambe
Téléchargez les fichiers d'extension Harambe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Harambe |
ID | abfkfmfjfimmgbfggbabahcmndbdafca |
URL Officiel | https://chromewebstore.google.com/detail/harambe/abfkfmfjfimmgbfggbabahcmndbdafca |
Description | A simple Chrome extension that replaces references to divine entities with the word "Harambe" |
Taille du Fichier | 85.67 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-09-06 |
Date de Publication | 2016-09-06 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | 2shobhitsriv6 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |