Jump Scare

Allows users to display a jump scare on defined sites

What is Jump Scare?

Jump Scare is a Chrome extension developed by ghc_chrome_extensions, and its main feature is "Allows users to display a jump scare on defined sites".

Extension Screenshots

screenshot

Download Jump Scare Extension CRX File

Download Jump Scare 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

                        With this extension, you can specify websites in which to randomly display a jump scare image and sound to remind yourself that you don't want to be on that, perhaps unproductive, site. You can use this extension to condition yourself not to go to sites of your choosing.

This extension is mostly for fun. Warning: users may find some of the scary images disturbing.                    

Extension Basic Information

Name Jump Scare Jump Scare
ID mcgppfmilllaikblfoknoiilgkcmcepo
Official URL https://chrome.google.com/webstore/detail/jump-scare/mcgppfmilllaikblfoknoiilgkcmcepo
Description Allows users to display a jump scare on defined sites
File Size 2.04 MB
Installation Count 117
Current Version 1.0.0
Last Updated 2019-05-31
Publish Date 2019-05-26
Rating 5.00/5 Total 1 Ratings
Developer ghc_chrome_extensions
Payment Type in_app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jump Scare",
    "version": "1.0.0",
    "description": "Allows users to display a jump scare on defined sites",
    "icons": {
        "16": "images\/scary-icon-16.png",
        "48": "images\/scary-icon-48.png",
        "128": "images\/scary-icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "main\/main.css"
            ],
            "js": [
                "main\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "images\/*.jpg",
        "images\/*.jpeg",
        "sounds\/*.mp3"
    ]
}