Modern Manifesto
Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.
Modern Manifestoคืออะไร?
Modern Manifesto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PalestinianLiberator และคุณลักษณะหลักของมันคือ "Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Modern Manifesto
ดาวน์โหลดไฟล์ส่วนขยาย Modern Manifesto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The bourgeoisie have concealed their contempt of the proletariat by focusing their ire on "millennials". This addon removes this shroud of deception, and reveals who "they" are really talking about.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Modern Manifesto |
ID | megpbfcgaeignnmoiogkgdlheabgfdih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/modern-manifesto/megpbfcgaeignnmoiogkgdlheabgfdih |
คำอธิบาย | Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means. |
ขนาดไฟล์ | 43.65 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-11-30 |
วันที่เผยแพร่ | 2017-11-29 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | PalestinianLiberator |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://palestinianliberator.tumblr.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Modern Manifesto", "description": "Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means. ", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |