Millennials to Snake People

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

Wat is Millennials to Snake People?

Millennials to Snake People is een Chrome-extensie ontwikkeld door Eric Bailey, en de belangrijkste functie is "Replaces the text 'Millennial' with 'Snake People'.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Millennials to Snake People

Download Millennials to Snake People-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

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

Basisinformatie over de Extensie

Naam Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
Officiële URL https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
Beschrijving Replaces the text 'Millennial' with 'Snake People'.
Bestandsgrootte 27.41 KB
Aantal Installaties 9,627
Huidige Versie 2.3
Laatst Bijgewerkt 2019-03-11
Publicatiedatum 2019-03-10
Beoordeling 4.70/5 Totaal 343 Beoordelingen
Ontwikkelaar Eric Bailey
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ericwbailey/millennial-to-snake-people
Help Pagina-URL https://github.com/ericwbailey/millennials-to-snake-people/issues
Ondersteunde Talen 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"
        }
    ]
}