Spooky Season

Gets you in a spooky mood for the spookiest time of year.

Co to jest Spooky Season?

Spooky Season to rozszerzenie Chrome opracowane przez Clarissa Kleveno, a jego główną funkcją jest „Gets you in a spooky mood for the spookiest time of year.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Spooky Season

Pobierz pliki rozszerzeń Spooky Season 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

                        Spooky Season is an extension that changes references to fall or autumn to "Spooky Season", as well as some other key phrases changed to their spooky counter parts.                    

Podstawowe informacje o rozszerzeniu

Nazwa Spooky Season Spooky Season
ID lhogfbebcmgaomjijhhckcpileijjgeo
Oficjalny URL https://chromewebstore.google.com/detail/spooky-season/lhogfbebcmgaomjijhhckcpileijjgeo
Opis Gets you in a spooky mood for the spookiest time of year.
Rozmiar pliku 9.03 KB
Liczba instalacji 25
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-10-05
Data Publikacji 2019-10-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Clarissa Kleveno
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spooky Season",
    "description": "Gets you in a spooky mood for the spookiest time of year.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "permissions": [
                "activeTab"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}