rehumanize

The Chrome extension for humanity.

What is rehumanize?

rehumanize is a Chrome extension developed by https://rehumanize.me, and its main feature is "The Chrome extension for humanity.".

Extension Screenshots

screenshot
screenshot

Download rehumanize Extension CRX File

Download rehumanize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name rehumanize rehumanize
ID fndemhlchjmbionkkacpflllkfeppjpm
Official URL https://chromewebstore.google.com/detail/rehumanize/fndemhlchjmbionkkacpflllkfeppjpm
Description The Chrome extension for humanity.
File Size 18.5 KB
Installation Count 65
Current Version 1.0.0
Last Updated 2015-09-04
Publish Date 2015-09-04
Rating 4.06/5 Total 17 Ratings
Developer https://rehumanize.me
Payment Type free
Extension Website http://rehumanize.me
Supported Languages 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"
            ]
        }
    ]
}