Modern Manifesto

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

Wat is Modern Manifesto?

Modern Manifesto is een Chrome-extensie ontwikkeld door PalestinianLiberator, en de belangrijkste functie is "Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Modern Manifesto

Download Modern Manifesto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Modern Manifesto Modern Manifesto
ID megpbfcgaeignnmoiogkgdlheabgfdih
Officiële URL https://chromewebstore.google.com/detail/modern-manifesto/megpbfcgaeignnmoiogkgdlheabgfdih
Beschrijving Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.
Bestandsgrootte 43.65 KB
Aantal Installaties 38
Huidige Versie 1.0
Laatst Bijgewerkt 2017-11-30
Publicatiedatum 2017-11-29
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar PalestinianLiberator
Betalingswijze free
Extensiewebsite http://palestinianliberator.tumblr.com
Ondersteunde Talen 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"
        }
    ]
}