Modern Manifesto

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

Cos'è Modern Manifesto?

Modern Manifesto è un'estensione di Chrome sviluppata da PalestinianLiberator, e la sua funzione principale è "Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Modern Manifesto

Scarica i file di estensione Modern Manifesto in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Modern Manifesto Modern Manifesto
ID megpbfcgaeignnmoiogkgdlheabgfdih
URL Ufficiale https://chromewebstore.google.com/detail/modern-manifesto/megpbfcgaeignnmoiogkgdlheabgfdih
Descrizione Replaces every instance of 'millennial' and 'baby boomer' with what the The Man really means.
Dimensione del File 43.65 KB
Conteggio Installazioni 38
Versione Corrente 1.0
Ultimo Aggiornamento 2017-11-30
Data di Pubblicazione 2017-11-29
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore PalestinianLiberator
Tipo di Pagamento free
Sito Web dell'Estensione http://palestinianliberator.tumblr.com
Lingue Supportate 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"
        }
    ]
}