YouTube toggle

Pause / play youtube via shortcut from anywhere

YouTube toggle란 무엇입니까?

YouTube toggle은(는) Florian Thomas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pause / play youtube via shortcut from anywhere"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Set the shortcut in your chrome settings  and it will pause / play your open YouTube-Video once you press the specified key combination.                    

확장 프로그램 기본 정보

이름 YouTube toggle YouTube toggle
ID hpfgcckhlgfbajmpcfbdidecbfmmccjj
공식 URL https://chromewebstore.google.com/detail/youtube-toggle/hpfgcckhlgfbajmpcfbdidecbfmmccjj
설명 Pause / play youtube via shortcut from anywhere
파일 크기 7.8 KB
설치 횟수 54
현재 버전 1.0
최근 업데이트 2016-06-28
출시 날짜 2016-06-28
개발자 Florian Thomas
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Crunch09/youtube-toggle
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube toggle",
    "description": "Pause \/ play youtube via shortcut from anywhere",
    "version": "1.0",
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "commands": {
        "toggle-youtube": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "Toggle YouTube"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon128_128.png",
        "48": "icon48_48.png"
    },
    "author": "Florian Thomas"
}