Millennials to Snake People

Replaces the text 'Millennial' with 'Snake People'.

Cos'è Millennials to Snake People?

Millennials to Snake People è un'estensione di Chrome sviluppata da Eric Bailey, e la sua funzione principale è "Replaces the text 'Millennial' with 'Snake People'.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Millennials to Snake People

Scarica i file di estensione Millennials to Snake People 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

                        Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?                    

Informazioni di Base sull'Estensione

Nome Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
URL Ufficiale https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
Descrizione Replaces the text 'Millennial' with 'Snake People'.
Dimensione del File 27.41 KB
Conteggio Installazioni 9,627
Versione Corrente 2.3
Ultimo Aggiornamento 2019-03-11
Data di Pubblicazione 2019-03-10
Valutazione 4.70/5 Totale 343 Valutazioni
Sviluppatore Eric Bailey
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ericwbailey/millennial-to-snake-people
URL della Pagina di Aiuto https://github.com/ericwbailey/millennials-to-snake-people/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Millennials to Snake People",
    "short_name": "Snake People",
    "description": "Replaces the text 'Millennial' with 'Snake People'.",
    "author": "Eric Bailey",
    "version": "2.3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}