Millennials to Snake People

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

Hvad er Millennials to Snake People?

Millennials to Snake People er en Chrome-udvidelse udviklet af Eric Bailey, og dens hovedfunktion er "Replaces the text 'Millennial' with 'Snake People'.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Millennials to Snake People-udvidelses-CRX-fil

Download Millennials to Snake People-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
Officiel URL https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
Beskrivelse Replaces the text 'Millennial' with 'Snake People'.
Filstørrelse 27.41 KB
Antal Installationer 9,627
Nuværende Version 2.3
Senest Opdateret 2019-03-11
Udgivelsesdato 2019-03-10
Bedømmelse 4.70/5 Samlet 343 Bedømmelser
Udvikler Eric Bailey
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ericwbailey/millennial-to-snake-people
Hjælpeside-URL https://github.com/ericwbailey/millennials-to-snake-people/issues
Understøttede Sprog 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"
        }
    ]
}