Video Playback Speed

Allows you to change the playback speed of a video.

Video Playback Speed란 무엇입니까?

Video Playback Speed은(는) Tom2718에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to change the playback speed of a video."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A very simple extension that allows the user to change the playback speed of a video.

- Ultra lightweight and very simple. 
- Open source code.
- Change playback speed to any number.
- Easy 'up' and 'down' controls.

Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code.

View source code here:
https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension                    

확장 프로그램 기본 정보

이름 Video Playback Speed Video Playback Speed
ID oadpkpccehnaggddokffjbamieodolki
공식 URL https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki
설명 Allows you to change the playback speed of a video.
파일 크기 4.88 KB
설치 횟수 254
현재 버전 1.0
최근 업데이트 2018-08-07
출시 날짜 2018-07-22
평점 5.00/5 총 2 개의 평점
개발자 Tom2718
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
도움말 페이지 URL https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Playback Speed",
    "description": "Allows you to change the playback speed of a video.",
    "author": "Tom2718",
    "version": "1.0",
    "browser_action": {
        "default_icon": "video-ext.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}