Speed it up
Adds a browser action that provides a way to adjust playback rate on any website
什么是Speed it up?
Speed it up是由Deven Bansod开发的Chrome扩展程序,该扩展的主要功能是“Adds a browser action that provides a way to adjust playback rate on any website”。
扩展截图
下载Speed it up扩展crx文件
下载Speed it up扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Wanting to watch Netflix, Amazon Primevideo, HotStar videos on a higher playback rate? Bumped that these websites don't allow for this?
This simple extension allows you to adjust the playback rate for any website with streaming videos with just a simple slider. 扩展基本信息
| 名称 | |
| ID | nfiebcmdfpjodedomagjlajcdpnkdopm |
| 官方URL | https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm |
| 简介 | Adds a browser action that provides a way to adjust playback rate on any website |
| 文件大小 | 19.75 KB |
| 安装次数 | 10,000 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2019-06-10 |
| 上架时间 | 2019-06-09 |
| 评分 | 4.93/5 共29次评分 |
| 开发者 | Deven Bansod |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/devenbansod/speed-it-up |
| 帮助页面URL | https://github.com/devenbansod/speed-it-up/issues/new |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Speed it up",
"version": "0.0.2",
"description": "Adds a browser action that provides a way to adjust playback rate on any website",
"permissions": [
"activeTab",
"storage"
],
"browser_action": {
"default_title": "Speed it up",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |