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 |
| 官方網址 | 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\/*"
]
} | |