YouTube Speed
Extension for quickly switching YouTube video playback speed.
什麼是YouTube Speed?
YouTube Speed是由https://mee4dy.ru開發的Chrome擴展程式,該擴展的主要功能是“Extension for quickly switching YouTube video playback speed.”。
擴展截圖
下載YouTube Speed擴展crx文件
下載YouTube Speed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension adds the ability to quickly switch the video playback speed on YouTube.
Switch video playback speed in one click! 擴展基本資訊
| 名稱 | |
| ID | pbednjjkmmffbflkaokiafommndhafef |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-speed/pbednjjkmmffbflkaokiafommndhafef |
| 簡介 | Extension for quickly switching YouTube video playback speed. |
| 檔案大小 | 55.85 KB |
| 安裝次數 | 15 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2021-12-07 |
| 上架時間 | 2020-06-24 |
| 開發者 | https://mee4dy.ru |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://mee4dy.ru/terms |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"js\/jquery.js",
"js\/inj.js"
],
"css": [
"css\/inj.css"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
],
"description": "Extension for quickly switching YouTube video playback speed.",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"manifest_version": 2,
"name": "YouTube Speed",
"version": "1.0.0"
} | |