Modern Manifesto
Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.
Was ist Modern Manifesto?
Modern Manifesto ist eine Chrome-Erweiterung, die von PalestinianLiberator entwickelt wurde, und ihr Hauptmerkmal ist "Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.".
Erweiterungsscreenshots
Modern Manifesto-Erweiterungs-CRX-Datei herunterladen
Laden Sie Modern Manifesto-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Modern Manifesto |
ID | megpbfcgaeignnmoiogkgdlheabgfdih |
Offizielle URL | https://chromewebstore.google.com/detail/modern-manifesto/megpbfcgaeignnmoiogkgdlheabgfdih |
Beschreibung | Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means. |
Dateigröße | 43.65 KB |
Installationsanzahl | 38 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-11-30 |
Veröffentlichungsdatum | 2017-11-29 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | PalestinianLiberator |
Zahlungsart | free |
Erweiterungswebsite | http://palestinianliberator.tumblr.com |
Unterstützte Sprachen | 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" } ] } |