Spooky Season

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

Vad är Spooky Season?

Spooky Season är en Chrome-tillägg utvecklad av Clarissa Kleveno, och dess huvudfunktion är "Gets you in a spooky mood for the spookiest time of year.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Spooky Season-förlängningens CRX-fil

Ladda ner Spooky Season-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Spooky Season Spooky Season
ID lhogfbebcmgaomjijhhckcpileijjgeo
Officiell webbadress https://chromewebstore.google.com/detail/spooky-season/lhogfbebcmgaomjijhhckcpileijjgeo
Beskrivning Gets you in a spooky mood for the spookiest time of year.
Filstorlek 9.03 KB
Antal Installationer 25
Aktuell Version 1.0
Senast Uppdaterad 2019-10-05
Publiceringsdatum 2019-10-01
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Clarissa Kleveno
Betalningssätt free
Stödda Språk 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"
        }
    ]
}