Spooky Detector

Plays a spooky song when spookiness on page is detected

What is Spooky Detector?

Spooky Detector is a Chrome extension developed by AetherUnbound, and its main feature is "Plays a spooky song when spookiness on page is detected".

Extension Screenshots

screenshot
screenshot

Download Spooky Detector Extension CRX File

Download Spooky Detector 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

                        The Spooky Detector is designed to alert you if something spooky appears on the page you are viewing! The detector will notify you about the detected spookiness by playing a spooky song. The volume of the song will depend on how many spooks are found on the page ....so be ware! If you visit a very spooky page, you might be in for a loud surprise!                    

Extension Basic Information

Name Spooky Detector Spooky Detector
ID hpnfbfalcaencofajgfffojcjokmakmc
Official URL https://chrome.google.com/webstore/detail/spooky-detector/hpnfbfalcaencofajgfffojcjokmakmc
Description Plays a spooky song when spookiness on page is detected
File Size 2.07 MB
Installation Count 588
Current Version 1.0.5
Last Updated 2016-12-19
Publish Date 2016-12-19
Rating 4.90/5 Total 10 Ratings
Developer AetherUnbound
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spooky Detector",
    "description": "Plays a spooky song when spookiness on page is detected",
    "version": "1.0.5",
    "browser_action": {
        "default_icon": "skull128.png",
        "default_popup": "popup.html",
        "default_title": "Spooky Detector Active"
    },
    "icons": {
        "16": "skull16.png",
        "32": "skull32.png",
        "48": "skull48.png",
        "128": "skull128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        ""
    ]
}