Playback Controls

Skip YouTube ads / Control video playbacks using keyboard shortcuts

Playback Controls란 무엇입니까?

Playback Controls은(는) ankur1812vu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip YouTube ads / Control video playbacks using keyboard shortcuts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Playback Controls 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows users to control all video playbacks on the internet.

Use the keyboard shortcuts to speed up/down the videos, increase/decrease volume, fast-forward or rewind, or play/pause/end the videos.

The extension can also skip YouTube/ Facebook  ads.

The shortcuts can be viewed from the popup-menu once the plugin has been installed (as shown in the screenshots).                    

확장 프로그램 기본 정보

이름 Playback Controls Playback Controls
ID nfehebbfejljgpcklfmklfheidkcongg
공식 URL https://chromewebstore.google.com/detail/playback-controls/nfehebbfejljgpcklfmklfheidkcongg
설명 Skip YouTube ads / Control video playbacks using keyboard shortcuts
파일 크기 40.57 KB
설치 횟수 82
현재 버전 2.0.0
최근 업데이트 2022-04-11
출시 날짜 2021-12-31
평점 5.00/5 총 5 개의 평점
개발자 ankur1812vu
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Controls",
    "description": "Skip YouTube ads \/ Control video playbacks using keyboard shortcuts",
    "version": "2.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript_playback_ctrls.css"
            ],
            "js": [
                "contentScript_playback_ctrls.js"
            ],
            "exclude_matches": []
        }
    ],
    "permissions": [],
    "action": {
        "default_popup": "popup_playback_ctrls.html",
        "default_icon": {
            "16": "\/images\/playback3.png",
            "32": "\/images\/playback3.png",
            "48": "\/images\/playback3.png",
            "128": "\/images\/playback3.png"
        }
    },
    "icons": {
        "16": "\/images\/playback3.png",
        "32": "\/images\/playback3.png",
        "48": "\/images\/playback3.png",
        "128": "\/images\/playback3.png"
    }
}