Millennials to Snake People

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

Co je Millennials to Snake People?

Millennials to Snake People je rozšíření Chrome vyvinuté Eric Bailey, a jeho hlavní funkcí je „Replaces the text 'Millennial' with 'Snake People'.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Millennials to Snake People

Stáhněte si soubory rozšíření Millennials to Snake People ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
Oficiální URL https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
Popis Replaces the text 'Millennial' with 'Snake People'.
Velikost souboru 27.41 KB
Počet instalací 9,627
Aktuální Verze 2.3
Poslední Aktualizace 2019-03-11
Datum Vydání 2019-03-10
Hodnocení 4.70/5 Celkem 343 Hodnocení
Vývojář Eric Bailey
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ericwbailey/millennial-to-snake-people
URL Stránky Nápovědy https://github.com/ericwbailey/millennials-to-snake-people/issues
Podporované Jazyky 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"
        }
    ]
}