Youtube Shorts Controller
Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed
Vad är Youtube Shorts Controller?
Youtube Shorts Controller är en Chrome-tillägg utvecklad av aomerrill98, och dess huvudfunktion är "Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed".
Tilläggsskärmbilder
Ladda ner Youtube Shorts Controller-förlängningens CRX-fil
Ladda ner Youtube Shorts Controller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Youtube Shorts Controller |
ID | ficbdkikbblcnkclmfkkppgmfgbcihch |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-shorts-controller/ficbdkikbblcnkclmfkkppgmfgbcihch |
Beskrivning | Youtube Shorts Controller for fast-forwarding, rewinding, and modifying playback speed |
Filstorlek | 27.82 KB |
Antal Installationer | 832 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2023-11-30 |
Publiceringsdatum | 2022-12-14 |
Betyg | 4.73/5 Totalt 11 Betyg |
Utvecklare | aomerrill98 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |