Harambe Zoo
Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!
Was ist Harambe Zoo?
Harambe Zoo ist eine Chrome-Erweiterung, die von Trumani entwickelt wurde, und ihr Hauptmerkmal ist "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!".
Erweiterungsscreenshots
Harambe Zoo-Erweiterungs-CRX-Datei herunterladen
Laden Sie Harambe Zoo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. You can choose to display the switch at random once a day in the settings. You can also exclude specified URLs. May he rest in peace.
Grundlegende Informationen zur Erweiterung
Name | Harambe Zoo |
ID | fdiabppfcahejnampgcdfnpbdedledhc |
Offizielle URL | https://chromewebstore.google.com/detail/harambe-zoo/fdiabppfcahejnampgcdfnpbdedledhc |
Beschreibung | Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe! |
Dateigröße | 42.73 KB |
Installationsanzahl | 48 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2016-09-14 |
Veröffentlichungsdatum | 2016-09-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Trumani |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://trumani.com |
URL der Datenschutzrichtlinien-Seite | http://trumani.com/privacy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Harambe Zoo", "version": "0.1.0", "description": "Replaces The Cincinnati Zoo with The Harambe Zoo. The Cincinnati Bengals are now the Cincinnati Harambes. Long live Harambe!", "permissions": [ "storage" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19-on.png", "default_title": "Toggle Swtich" }, "content_security_policy": "default-src 'none'; script-src 'self'", "options_page": "options.html" } |