humanize

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

humanize là gì?

humanize là một tiện ích mở rộng Chrome được phát triển bởi https://www.peterphalen.com, và tính năng chính của nó là "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng humanize

Tải xuống các tệp mở rộng humanize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên humanize humanize
ID ckgiiaehnngpfmcnjmlmpedkkfnedmil
URL Chính Thức https://chromewebstore.google.com/detail/humanize/ckgiiaehnngpfmcnjmlmpedkkfnedmil
Mô tả Replaces words that are predictably used to dehumanize people with different words that are more humanizing.
Kích Thước Tệp 12.45 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.75.4
Cập Nhật Lần Cuối 2016-08-10
Ngày Phát Hành 2016-08-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.peterphalen.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/peterphalen/humanize/blob/master/README.md
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}