2x Speed
Change video speed on the web page to 2x speed
什么是2x Speed?
2x Speed是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Change video speed on the web page to 2x speed”。
扩展截图
下载2x Speed扩展crx文件
下载2x Speed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When this extension is clicked, this extension doubles the playback speed of the video in the page.
扩展基本信息
名称 | 2x Speed |
ID | olomblpgcmhcgpijaioadbecpidmmdmb |
官方URL | https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb |
简介 | Change video speed on the web page to 2x speed |
文件大小 | 37.39 KB |
安装次数 | 1,652 |
当前版本 | 0.0.1 |
更新时间 | 2019-07-18 |
上架时间 | 2019-07-17 |
评分 | 3.75/5 共4次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://github.com/redshoga/2x-video-extension |
帮助页面URL | https://github.com/redshoga/2x-video-extension/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2x Speed", "version": "0.0.1", "description": "Change video speed on the web page to 2x speed", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "background": { "scripts": [ "background.js" ] } } |