Millennials to Snake People

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

Co to jest Millennials to Snake People?

Millennials to Snake People to rozszerzenie Chrome opracowane przez Eric Bailey, a jego główną funkcją jest „Replaces the text 'Millennial' with 'Snake People'.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Millennials to Snake People

Pobierz pliki rozszerzeń Millennials to Snake People w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
Oficjalny URL https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
Opis Replaces the text 'Millennial' with 'Snake People'.
Rozmiar pliku 27.41 KB
Liczba instalacji 9,627
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2019-03-11
Data Publikacji 2019-03-10
Ocena 4.70/5 Łącznie 343 Oceny
Deweloper Eric Bailey
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ericwbailey/millennial-to-snake-people
Adres URL Strony Pomocy https://github.com/ericwbailey/millennials-to-snake-people/issues
Obsługiwane Języki 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"
        }
    ]
}