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文件
下载Youtube Playback Gearstick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |