rehumanize

The Chrome extension for humanity.

Cos'è rehumanize?

rehumanize è un'estensione di Chrome sviluppata da https://rehumanize.me, e la sua funzione principale è "The Chrome extension for humanity.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione rehumanize

Scarica i file di estensione rehumanize in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome rehumanize rehumanize
ID fndemhlchjmbionkkacpflllkfeppjpm
URL Ufficiale https://chromewebstore.google.com/detail/rehumanize/fndemhlchjmbionkkacpflllkfeppjpm
Descrizione The Chrome extension for humanity.
Dimensione del File 18.5 KB
Conteggio Installazioni 65
Versione Corrente 1.0.0
Ultimo Aggiornamento 2015-09-04
Data di Pubblicazione 2015-09-04
Valutazione 4.06/5 Totale 17 Valutazioni
Sviluppatore https://rehumanize.me
Tipo di Pagamento free
Sito Web dell'Estensione http://rehumanize.me
Lingue Supportate 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"
            ]
        }
    ]
}