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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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