rehumanize
The Chrome extension for humanity.
Wat is rehumanize?
rehumanize is een Chrome-extensie ontwikkeld door https://rehumanize.me, en de belangrijkste functie is "The Chrome extension for humanity.".
Extensie Screenshots
Download het CRX-bestand van de extensie rehumanize
Download rehumanize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fndemhlchjmbionkkacpflllkfeppjpm |
Officiële URL | https://chromewebstore.google.com/detail/rehumanize/fndemhlchjmbionkkacpflllkfeppjpm |
Beschrijving | The Chrome extension for humanity. |
Bestandsgrootte | 18.5 KB |
Aantal Installaties | 65 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-09-04 |
Publicatiedatum | 2015-09-04 |
Beoordeling | 4.06/5 Totaal 17 Beoordelingen |
Ontwikkelaar | https://rehumanize.me |
Betalingswijze | free |
Extensiewebsite | http://rehumanize.me |
Ondersteunde Talen | 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" ] } ] } |