MNR - YouTube Video Unlimited Speeder
This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.
什么是MNR - YouTube Video Unlimited Speeder?
MNR - YouTube Video Unlimited Speeder是由Nasir Rahimi开发的Chrome扩展程序,该扩展的主要功能是“This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.”。
扩展截图
下载MNR - YouTube Video Unlimited Speeder扩展crx文件
下载MNR - YouTube Video Unlimited Speeder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can speed up YouTube videos more than 2x by pressing (Alt + Ctrl + U), to slow down a YouTube video press (Alt + Ctrl + D) and to make it normal press (Alt + Ctrl + N). 扩展基本信息
| 名称 | |
| ID | eakinmgjpkiadkdopgomfabcmgfbeggm |
| 官方URL | https://chromewebstore.google.com/detail/mnr-youtube-video-unlimit/eakinmgjpkiadkdopgomfabcmgfbeggm |
| 简介 | This extension provides shortcut keys to speed up & slow down YouTube video more than 2x. |
| 文件大小 | 28.55 KB |
| 安装次数 | 166 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2020-09-04 |
| 上架时间 | 2020-09-04 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | Nasir Rahimi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MNR - YouTube Video Unlimited Speeder",
"version": "0.1.0",
"description": "This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.",
"manifest_version": 2,
"page_action": {
"default_title": "MNR - YouTube Video Unlimited Speeder",
"default_icon": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"48": "icons\/48.png"
}
},
"content_scripts": [
{
"js": [
"app.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"48": "icons\/48.png"
},
"permissions": [
"https:\/\/www.youtube.com\/*"
]
} | |