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
官方網址 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"
    ]
}