Harambe
A simple Chrome extension that replaces references to divine entities with the word "Harambe"
Apa itu Harambe?
Harambe adalah ekstensi Chrome yang dikembangkan oleh 2shobhitsriv6, dan fitur utamanya adalah "A simple Chrome extension that replaces references to divine entities with the word "Harambe"".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Harambe
Unduh file ekstensi Harambe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Harambe |
ID | abfkfmfjfimmgbfggbabahcmndbdafca |
URL Resmi | https://chromewebstore.google.com/detail/harambe/abfkfmfjfimmgbfggbabahcmndbdafca |
Deskripsi | A simple Chrome extension that replaces references to divine entities with the word "Harambe" |
Ukuran File | 85.67 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2016-09-06 |
Tanggal Publikasi | 2016-09-06 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | 2shobhitsriv6 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |