rehumanize
The Chrome extension for humanity.
Apa itu rehumanize?
rehumanize adalah ekstensi Chrome yang dikembangkan oleh https://rehumanize.me, dan fitur utamanya adalah "The Chrome extension for humanity.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi rehumanize
Unduh file ekstensi rehumanize 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
It’s in your newsfeed, it’s in the news. Too often those fleeing disaster and despair are called “queue jumpers”, “boat people” or worse.. “illegals”. It’s easy to lose sight of their humanity. This simple Chrome extension replaces these words and brings in a little more dignity. Let's call them humans.
Informasi Dasar Ekstensi
Nama | |
ID | fndemhlchjmbionkkacpflllkfeppjpm |
URL Resmi | https://chromewebstore.google.com/detail/rehumanize/fndemhlchjmbionkkacpflllkfeppjpm |
Deskripsi | The Chrome extension for humanity. |
Ukuran File | 18.5 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-09-04 |
Tanggal Publikasi | 2015-09-04 |
Penilaian | 4.06/5 Total 17 Penilaian |
Pengembang | https://rehumanize.me |
Tipe Pembayaran | free |
Situs Ekstensi | http://rehumanize.me |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "rehumanize", "short_name": "rehumanize", "version": "1.0.0", "manifest_version": 2, "author": "Agency", "description": "The Chrome extension for humanity.", "homepage_url": "http:\/\/rehumanize.me", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |