Skeleton J. Warrior
Replaces the text 'SJW' with 'skeleton' because that's hilarious.
Skeleton J. Warriorคืออะไร?
Skeleton J. Warrior เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nels.anderson และคุณลักษณะหลักของมันคือ "Replaces the text 'SJW' with 'skeleton' because that's hilarious."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skeleton J. Warrior
ดาวน์โหลดไฟล์ส่วนขยาย Skeleton J. Warrior ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the text 'SJW' and 'social justice warrior' with 'skeleton' because that's hilarious. As the phrase "social justice warrior" is almost never used in good faith for any kind of real discussion, and since it's usually brought out as some kind of cultural boogeyman that intends to terrify, control and destroy, it's way more amusing to imagine people are being menaced by the reanimated bones of the dead! Someone made a simpler version of this that did raw text replacement; this plugin tries to preserve/fix case as much as possible.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Skeleton J. Warrior |
ID | cngepiginggnblepfmmbpkijddklhgni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/skeleton-j-warrior/cngepiginggnblepfmmbpkijddklhgni |
คำอธิบาย | Replaces the text 'SJW' with 'skeleton' because that's hilarious. |
ขนาดไฟล์ | 21.61 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2023-12-11 |
วันที่เผยแพร่ | 2014-10-23 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | nels.anderson |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Skeleton J. Warrior", "version": "1.4", "description": "Replaces the text 'SJW' with 'skeleton' because that's hilarious.", "icons": { "16": "swicon16.png", "48": "swicon48.png", "128": "swicon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |