Millennials to Snake People

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

Was ist Millennials to Snake People?

Millennials to Snake People ist eine Chrome-Erweiterung, die von Eric Bailey entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'Millennial' with 'Snake People'.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Millennials to Snake People-Erweiterungs-CRX-Datei herunterladen

Laden Sie Millennials to Snake People-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
Offizielle URL https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
Beschreibung Replaces the text 'Millennial' with 'Snake People'.
Dateigröße 27.41 KB
Installationsanzahl 9,627
Aktuelle Version 2.3
Letztes Update 2019-03-11
Veröffentlichungsdatum 2019-03-10
Bewertung 4.70/5 Insgesamt 343 Bewertungen
Entwickler Eric Bailey
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ericwbailey/millennial-to-snake-people
Hilfeseite URL https://github.com/ericwbailey/millennials-to-snake-people/issues
Unterstützte Sprachen 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"
        }
    ]
}