Youtube Shorts Controller
Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
什麼是Youtube Shorts Controller?
Youtube Shorts Controller是由aomerrill98開發的Chrome擴展程式,該擴展的主要功能是“Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed”。
擴展截圖
下載Youtube Shorts Controller擴展crx文件
下載Youtube Shorts Controller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to fast forward and rewind YouTube shorts by 2.5 and 5 seconds. It also allows you to modify playback speed in increments of .25x. The current playback speed as well as timestamp are also displayed on the bottom left of the video.
Controls:
w/a/A/s/d/D
Fast Forward:
d - 2.5s
D - 5s
Rewind:
a - 2.5s
A - 5s
Playback Speed:
w - increment by .25x
s - decrement by .25x 擴展基本資訊
| 名稱 | |
| ID | ficbdkikbblcnkclmfkkppgmfgbcihch |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch |
| 簡介 | Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed |
| 檔案大小 | 27.82 KB |
| 安裝次數 | 832 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2023-11-30 |
| 上架時間 | 2022-12-14 |
| 評分 | 4.73/5 共 11 次評分 |
| 開發者 | aomerrill98 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Youtube Shorts Controller",
"version": "1.0.3",
"description": "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed",
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"css": [
"styles.css"
],
"js": [
"youtube-shorts-controller-script.js"
]
}
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
} | |