Modern Manifesto

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

Hvad er Modern Manifesto?

Modern Manifesto er en Chrome-udvidelse udviklet af PalestinianLiberator, og dens hovedfunktion er "Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.".

Udvidelsesskærmbilleder

screenshot

Download Modern Manifesto-udvidelses-CRX-fil

Download Modern Manifesto-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Modern Manifesto Modern Manifesto
ID megpbfcgaeignnmoiogkgdlheabgfdih
Officiel URL https://chromewebstore.google.com/detail/modern-manifesto/megpbfcgaeignnmoiogkgdlheabgfdih
Beskrivelse Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.
Filstørrelse 43.65 KB
Antal Installationer 38
Nuværende Version 1.0
Senest Opdateret 2017-11-30
Udgivelsesdato 2017-11-29
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler PalestinianLiberator
Betalingsmetode free
Udvidelseswebsted http://palestinianliberator.tumblr.com
Understøttede Sprog 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"
        }
    ]
}