humanize

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

什么是humanize?

humanize是由https://www.peterphalen.com开发的Chrome扩展程序,该扩展的主要功能是“Replaces words that are predictably used to dehumanize people with different words that are more humanizing.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载humanize扩展crx文件

下载humanize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 humanize humanize
ID ckgiiaehnngpfmcnjmlmpedkkfnedmil
官方URL https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil
简介 Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
文件大小 12.45 KB
安装次数 93
当前版本 0.75.4
更新时间 2016-08-10
上架时间 2016-08-10
评分 5.00/5 共2次评分
开发者 https://www.peterphalen.com
付费类型 free
扩展官网 https://github.com/peterphalen/humanize/blob/master/README.md
支持的语言 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"
        }
    ]
}