Harambe
A simple Chrome extension that replaces references to divine entities with the word "Harambe"
Hvad er Harambe?
Harambe er en Chrome-udvidelse udviklet af 2shobhitsriv6, og dens hovedfunktion er "A simple Chrome extension that replaces references to divine entities with the word "Harambe"".
Udvidelsesskærmbilleder
Download Harambe-udvidelses-CRX-fil
Download Harambe-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Harambe |
ID | abfkfmfjfimmgbfggbabahcmndbdafca |
Officiel URL | https://chromewebstore.google.com/detail/harambe/abfkfmfjfimmgbfggbabahcmndbdafca |
Beskrivelse | A simple Chrome extension that replaces references to divine entities with the word "Harambe" |
Filstørrelse | 85.67 KB |
Antal Installationer | 46 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2016-09-06 |
Udgivelsesdato | 2016-09-06 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | 2shobhitsriv6 |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |