humanize

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

ما هو humanize؟

humanize هو إضافة Chrome تم تطويرها بواسطة https://www.peterphalen.com، والميزة الرئيسية لها هي "Replaces words that are predictably used to dehumanize people with different words that are more humanizing.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة humanize

قم بتنزيل ملفات الامتداد humanize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}