humanize

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

Apa itu humanize?

humanize adalah ekstensi Chrome yang dikembangkan oleh https://www.peterphalen.com, dan fitur utamanya adalah "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi humanize

Unduh file ekstensi humanize dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama humanize humanize
ID ckgiiaehnngpfmcnjmlmpedkkfnedmil
URL Resmi https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil
Deskripsi Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Ukuran File 12.45 KB
Jumlah Instalasi 93
Versi Saat Ini 0.75.4
Terakhir Diperbarui 2016-08-10
Tanggal Publikasi 2016-08-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.peterphalen.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/peterphalen/humanize/blob/master/README.md
Bahasa yang Didukung 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"
        }
    ]
}