Spook

This extension randomly gives the user some spooky action

What is Spook?

Spook is a Chrome extension developed by cjhall1283, and its main feature is "This extension randomly gives the user some spooky action".

Download Spook Extension CRX File

Download Spook 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

                        1 in 20 chance of a jumpscare when opening a new page.                    

Extension Basic Information

Name Spook Spook
ID jfahlajgnlapffdmakifjagpalmdalpl
Official URL https://chrome.google.com/webstore/detail/spook/jfahlajgnlapffdmakifjagpalmdalpl
Description This extension randomly gives the user some spooky action
File Size 3.68 KB
Installation Count 119
Current Version 1.1
Last Updated 2015-10-27
Publish Date 2015-10-27
Rating 1.71/5 Total 7 Ratings
Developer cjhall1283
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spook",
    "description": "This extension randomly gives the user some spooky action",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}