chrome-spoopy

Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.

What is chrome-spoopy?

chrome-spoopy is a Chrome extension developed by TopPhysicist, and its main feature is "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.".

Download chrome-spoopy Extension CRX File

Download chrome-spoopy 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

                        Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.                    

Extension Basic Information

Name chrome-spoopy chrome-spoopy
ID ddhilclcnpneangmopgpfcofdpdffgop
Official URL https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop
Description Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
File Size 3.56 KB
Installation Count 32
Current Version 1.0
Last Updated 2015-10-16
Publish Date 2015-10-16
Rating 5.00/5 Total 1 Ratings
Developer TopPhysicist
Payment Type free
Extension Website https://github.com/mattleblanc/chrome-spoopy
Help Page URL https://github.com/mattleblanc/chrome-spoopy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chrome-spoopy",
    "version": "1.0",
    "description": "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}