Lone Wolf
They're not a lone wolf, they're a white terrorist
Lone Wolfคืออะไร?
Lone Wolf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jemtallon และคุณลักษณะหลักของมันคือ "They're not a lone wolf, they're a white terrorist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lone Wolf
ดาวน์โหลดไฟล์ส่วนขยาย Lone Wolf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of racist journalists labeling every brown person with a gun as a "terrorist" but every white person with a gun as a "lone wolf"? Let's fix that glitch.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lefghopkppbhkhmaiilecljbfhhchmcp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp |
คำอธิบาย | They're not a lone wolf, they're a white terrorist |
ขนาดไฟล์ | 4.2 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2017-10-02 |
วันที่เผยแพร่ | 2017-10-02 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | jemtallon |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lone Wolf", "version": "1.0.0", "manifest_version": 2, "description": "They're not a lone wolf, they're a white terrorist", "browser_action": { "name": "Lone Wolf", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "icons": { "16": "icon.png" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |