humanize

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

Co to jest humanize?

humanize to rozszerzenie Chrome opracowane przez https://www.peterphalen.com, a jego główną funkcją jest „Replaces words that are predictably used to dehumanize people with different words that are more humanizing.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia humanize

Pobierz pliki rozszerzeń humanize w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa humanize humanize
ID ckgiiaehnngpfmcnjmlmpedkkfnedmil
Oficjalny URL https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil
Opis Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Rozmiar pliku 12.45 KB
Liczba instalacji 93
Aktualna Wersja 0.75.4
Ostatnia Aktualizacja 2016-08-10
Data Publikacji 2016-08-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.peterphalen.com
Typ Płatności free
Strona Rozszerzenia https://github.com/peterphalen/humanize/blob/master/README.md
Obsługiwane Języki 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"
        }
    ]
}