Modern Manifesto

Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.

What is Modern Manifesto?

Modern Manifesto is a Chrome extension developed by PalestinianLiberator, and its main feature is "Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.".

Extension Screenshots

screenshot

Download Modern Manifesto Extension CRX File

Download Modern Manifesto extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Modern Manifesto Modern Manifesto
ID megpbfcgaeignnmoiogkgdlheabgfdih
Official URL https://chromewebstore.google.com/detail/modern-manifesto/megpbfcgaeignnmoiogkgdlheabgfdih
Description Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.
File Size 43.65 KB
Installation Count 38
Current Version 1.0
Last Updated 2017-11-30
Publish Date 2017-11-29
Rating 5.00/5 Total 5 Ratings
Developer PalestinianLiberator
Payment Type free
Extension Website http://palestinianliberator.tumblr.com
Supported Languages 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"
        }
    ]
}