Spooky Season

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

What is Spooky Season?

Spooky Season is a Chrome extension developed by Clarissa Kleveno, and its main feature is "Gets you in a spooky mood for the spookiest time of year.".

Extension Screenshots

screenshot
screenshot

Download Spooky Season Extension CRX File

Download Spooky Season extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spooky Season Spooky Season
ID lhogfbebcmgaomjijhhckcpileijjgeo
Official URL https://chromewebstore.google.com/detail/spooky-season/lhogfbebcmgaomjijhhckcpileijjgeo
Description Gets you in a spooky mood for the spookiest time of year.
File Size 9.03 KB
Installation Count 25
Current Version 1.0
Last Updated 2019-10-05
Publish Date 2019-10-01
Rating 5.00/5 Total 2 Ratings
Developer Clarissa Kleveno
Payment Type free
Supported Languages 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"
        }
    ]
}