humanize

Replaces words that are predictably used to dehumanize people with different words that are more humanizing.

Was ist humanize?

humanize ist eine Chrome-Erweiterung, die von https://www.peterphalen.com entwickelt wurde, und ihr Hauptmerkmal ist "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

humanize-Erweiterungs-CRX-Datei herunterladen

Laden Sie humanize-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        We currently support illegal aliens, dangerous/organized thugs, and welfare queens.                    

Grundlegende Informationen zur Erweiterung

Name humanize humanize
ID ckgiiaehnngpfmcnjmlmpedkkfnedmil
Offizielle URL https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil
Beschreibung Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Dateigröße 12.45 KB
Installationsanzahl 93
Aktuelle Version 0.75.4
Letztes Update 2016-08-10
Veröffentlichungsdatum 2016-08-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.peterphalen.com
Zahlungsart free
Erweiterungswebsite https://github.com/peterphalen/humanize/blob/master/README.md
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "humanize",
    "version": "0.75.4",
    "description": "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.",
    "author": "Peter L Phalen",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}