Millennials Begone!

Replaces the text 'millennial' with 'pesky whipper-snapper'.

Cos'è Millennials Begone!?

Millennials Begone! è un'estensione di Chrome sviluppata da Zeke Weeks, e la sua funzione principale è "Replaces the text 'millennial' with 'pesky whipper-snapper'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Millennials Begone!

Scarica i file di estensione Millennials Begone! 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

                        It happens to every generation. Time to take back the web from all those who can't handle time's linear nature.                    

Informazioni di Base sull'Estensione

Nome Millennials Begone! Millennials Begone!
ID dlgjecnejicmpdknhangcbeahbgipolf
URL Ufficiale https://chromewebstore.google.com/detail/millennials-begone/dlgjecnejicmpdknhangcbeahbgipolf
Descrizione Replaces the text 'millennial' with 'pesky whipper-snapper'.
Dimensione del File 3.43 KB
Conteggio Installazioni 758
Versione Corrente 1.0
Ultimo Aggiornamento 2013-11-26
Data di Pubblicazione 2013-11-26
Valutazione 4.94/5 Totale 32 Valutazioni
Sviluppatore Zeke Weeks
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zekeweeks/millennials-begone
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Millennials Begone!",
    "version": "1.0",
    "description": "Replaces the text 'millennial' with 'pesky whipper-snapper'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}