Jump Scare

Allows users to display a jump scare on defined sites

Wat is Jump Scare?

Jump Scare is een Chrome-extensie ontwikkeld door ghc_chrome_extensions, en de belangrijkste functie is "Allows users to display a jump scare on defined sites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jump Scare

Download Jump Scare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Jump Scare Jump Scare
ID mcgppfmilllaikblfoknoiilgkcmcepo
Officiële URL https://chrome.google.com/webstore/detail/jump-scare/mcgppfmilllaikblfoknoiilgkcmcepo
Beschrijving Allows users to display a jump scare on defined sites
Bestandsgrootte 2.04 MB
Aantal Installaties 117
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-05-31
Publicatiedatum 2019-05-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ghc_chrome_extensions
Betalingswijze in_app
Ondersteunde Talen 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"
    ]
}