Is this racist?
Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Is this racist?คืออะไร?
Is this racist? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luke Rosiak และคุณลักษณะหลักของมันคือ "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Is this racist?
ดาวน์โหลดไฟล์ส่วนขยาย Is this racist? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
There's an easy way to tell whether an assertion in a news article or blog post you're reading is racist: swap the races. If it sounds bad that way, it's bad the first way. Just click the icon to swap words like "white" to "black" and vice versa on the web page you're currently viewing. The extension doesn't have access to anything other than the current tab, and doesn't collect any data.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Is this racist? |
ID | lgpjkipjbcgiiajjhldejgmblmkdipaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf |
คำอธิบาย | Swap the names of races in the current page. If it sounds racist one way, it's racist the other way. |
ขนาดไฟล์ | 448 KB |
จำนวนการติดตั้ง | 274 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2021-04-15 |
วันที่เผยแพร่ | 2021-04-14 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Luke Rosiak |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Is this racist?", "action": [], "manifest_version": 3, "version": "0.2", "description": "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.", "icons": { "16": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |