YouTube Spacebar Pause

Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.

YouTube Spacebar Pause란 무엇입니까?

YouTube Spacebar Pause은(는) MAaxim91에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling."입니다.

YouTube Spacebar Pause 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Pause video by pressing the [SPACEBAR] everywhere.
Prevent scrolling. 
Fixed version of "youtube-spacebar-fix" by Fireside Guru.                    

확장 프로그램 기본 정보

이름 YouTube Spacebar Pause YouTube Spacebar Pause
ID kelhcneanfdjfbneoljbgpahgfcacdhh
공식 URL https://chrome.google.com/webstore/detail/kelhcneanfdjfbneoljbgpahgfcacdhh
설명 Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.
파일 크기 34.04 KB
설치 횟수 131
현재 버전 1.2
최근 업데이트 2018-04-02
출시 날짜 2018-04-02
평점 4.70/5 총 10 개의 평점
개발자 MAaxim91
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "init.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Pause video by pressing the [SPACEBAR] everywhere. Prevent scrolling.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "YouTube Spacebar Pause",
    "page_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "YouTube Spacebar Pause"
    },
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}