Spooky Season

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

Cos'è Spooky Season?

Spooky Season è un'estensione di Chrome sviluppata da Clarissa Kleveno, e la sua funzione principale è "Gets you in a spooky mood for the spookiest time of year.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Spooky Season

Scarica i file di estensione Spooky Season in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Spooky Season Spooky Season
ID lhogfbebcmgaomjijhhckcpileijjgeo
URL Ufficiale https://chromewebstore.google.com/detail/spooky-season/lhogfbebcmgaomjijhhckcpileijjgeo
Descrizione Gets you in a spooky mood for the spookiest time of year.
Dimensione del File 9.03 KB
Conteggio Installazioni 25
Versione Corrente 1.0
Ultimo Aggiornamento 2019-10-05
Data di Pubblicazione 2019-10-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Clarissa Kleveno
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}