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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}