Un-Transcender
makes backhandedly nice articles about non-white people more accurate. by @dexdigi
Un-Transcenderคืออะไร?
Un-Transcender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dexdigi และคุณลักษณะหลักของมันคือ "makes backhandedly nice articles about non-white people more accurate. by @dexdigi"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Un-Transcender
ดาวน์โหลดไฟล์ส่วนขยาย Un-Transcender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes all instances of "transcended race" to "was retroactively deemed safe by white people". Because that's usually what that phrase means.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Un-Transcender |
ID | aegcbjflheephjplfflgdgmcpipcjdmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/un-transcender/aegcbjflheephjplfflgdgmcpipcjdmf |
คำอธิบาย | makes backhandedly nice articles about non-white people more accurate. by @dexdigi |
ขนาดไฟล์ | 3.85 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 0.12 |
อัปเดตครั้งล่าสุด | 2016-06-07 |
วันที่เผยแพร่ | 2016-06-07 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | dexdigi |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://medium.com/@dexdigi/47649e79b3bd |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Un-Transcender", "version": "0.12", "description": "makes backhandedly nice articles about non-white people more accurate. by @dexdigi", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ] } |