You Mean Racist?

Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'

ما هو You Mean Racist?؟

You Mean Racist? هو إضافة Chrome تم تطويرها بواسطة Tamenze، والميزة الرئيسية لها هي "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

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

screenshot
screenshot

تحميل ملف CRX للإضافة You Mean Racist?

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

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

                        This extension allows users to correct coded language often used by publications to soften the impact of racist actions. "Racially charged"/"Racially tinged" is corrected to read "Racist" with a click of a button.                    

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

الاسم You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
عنوان URL الرسمي https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
الوصف Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
حجم الملف 14.15 KB
عدد التثبيتات 37
النسخة الحالية 1.3
آخر تحديث 2020-02-09
تاريخ النشر 2020-02-09
تقييم 5.00/5 مجموع تقييمات 2
المطور Tamenze
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Tamenze/chromeext-youMeanRacist
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "You Mean Racist?",
    "description": "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'",
    "version": "1.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}