Spookyfy!

Make your browsing experience ectoplasmic!

What is Spookyfy!?

Spookyfy! is a Chrome extension developed by 1vn, and its main feature is "Make your browsing experience ectoplasmic!".

Extension Screenshots

screenshot

Download Spookyfy! Extension CRX File

Download Spookyfy! 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

                        Spookyfy your internet browsing experience! This quirky extension keeps you awake at night by spooking you out!

Created by Qasim Iqbal and Ivan Zhang.                    

Extension Basic Information

Name Spookyfy! Spookyfy!
ID emlhmhnjibnpebomjpgcjnanhdilbhpi
Official URL https://chromewebstore.google.com/detail/spookyfy/emlhmhnjibnpebomjpgcjnanhdilbhpi
Description Make your browsing experience ectoplasmic!
File Size 17.88 KB
Installation Count 77
Current Version 1.5
Last Updated 2015-11-10
Publish Date 2015-11-10
Rating 5.00/5 Total 15 Ratings
Developer 1vn
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spookyfy!",
    "version": "1.5",
    "description": "Make your browsing experience ectoplasmic!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/spook.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "web_accessible_resources": [
        "assets\/sound\/spooky.mp3"
    ]
}