Jump Scare

Allows users to display a jump scare on defined sites

什么是Jump Scare?

Jump Scare是由ghc_chrome_extensions开发的Chrome扩展程序,该扩展的主要功能是“Allows users to display a jump scare on defined sites”。

扩展截图

screenshot

下载Jump Scare扩展crx文件

下载Jump Scare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Jump Scare Jump Scare
ID mcgppfmilllaikblfoknoiilgkcmcepo
官方URL https://chrome.google.com/webstore/detail/jump-scare/mcgppfmilllaikblfoknoiilgkcmcepo
简介 Allows users to display a jump scare on defined sites
文件大小 2.04 MB
安装次数 117
当前版本 1.0.0
更新时间 2019-05-31
上架时间 2019-05-26
评分 5.00/5 共1次评分
开发者 ghc_chrome_extensions
付费类型 in_app
支持的语言 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"
    ]
}