rehumanize

The Chrome extension for humanity.

ما هو rehumanize؟

rehumanize هو إضافة Chrome تم تطويرها بواسطة https://rehumanize.me، والميزة الرئيسية لها هي "The Chrome extension for humanity.".

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

screenshot
screenshot

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

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

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

                        It’s in your newsfeed, it’s in the news. Too often those fleeing disaster and despair are called “queue jumpers”, “boat people” or worse.. “illegals”. It’s easy to lose sight of their humanity.

This simple Chrome extension replaces these words and brings in a little more dignity. Let's call them humans.                    

معلومات أساسية عن التمديد

الاسم rehumanize rehumanize
ID fndemhlchjmbionkkacpflllkfeppjpm
عنوان URL الرسمي https://chromewebstore.google.com/detail/rehumanize/fndemhlchjmbionkkacpflllkfeppjpm
الوصف The Chrome extension for humanity.
حجم الملف 18.5 KB
عدد التثبيتات 65
النسخة الحالية 1.0.0
آخر تحديث 2015-09-04
تاريخ النشر 2015-09-04
تقييم 4.06/5 مجموع تقييمات 17
المطور https://rehumanize.me
نوع الدفع free
موقع الإضافة http://rehumanize.me
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "rehumanize",
    "short_name": "rehumanize",
    "version": "1.0.0",
    "manifest_version": 2,
    "author": "Agency",
    "description": "The Chrome extension for humanity.",
    "homepage_url": "http:\/\/rehumanize.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}