Youtube Playback Gearstick
Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)
Youtube Playback Gearstick란 무엇입니까?
Youtube Playback Gearstick은(는) Michael zlatin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)"입니다.
Youtube Playback Gearstick 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a simple extension to extend the playback speeds for YouTube™ videos. in addition to the regular speeds (X0.25,X0.5,X1,X1.25,X1.5,X2) that YouTube™ provides it enables these speeds (X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10) plus its persistent across tabs, so once a speed is set it will affect other videos on reload
확장 프로그램 기본 정보
이름 | |
ID | hippcojfnmieddlhckhloiooljlnepgp |
공식 URL | https://chromewebstore.google.com/detail/youtube-playback-gearstic/hippcojfnmieddlhckhloiooljlnepgp |
설명 | Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10) |
파일 크기 | 8.11 KB |
설치 횟수 | 192 |
현재 버전 | 0.1 |
최근 업데이트 | 2017-07-31 |
출시 날짜 | 2017-07-30 |
평점 | 4.00/5 총 5 개의 평점 |
개발자 | Michael zlatin |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Playback Gearstick", "short_name": "YTG", "description": "Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)", "manifest_version": 2, "author": "Michael Zlatin", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Click to change speed" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "off.png" } } |