YoutubeShortTimeController
You can control the current time of YouTube Shorts with a mouse click.
Was ist YoutubeShortTimeController?
YoutubeShortTimeController ist eine Chrome-Erweiterung, die von psg0107 entwickelt wurde, und ihr Hauptmerkmal ist "You can control the current time of YouTube Shorts with a mouse click.".
Erweiterungsscreenshots
YoutubeShortTimeController-Erweiterungs-CRX-Datei herunterladen
Laden Sie YoutubeShortTimeController-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다. You can click on the video playback bar at the bottom of YouTube Shorts to change the time.
Grundlegende Informationen zur Erweiterung
Name | YoutubeShortTimeController |
ID | bhjbcabomfjkdlklcmlainidbjlkamjn |
Offizielle URL | https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn |
Beschreibung | You can control the current time of YouTube Shorts with a mouse click. |
Dateigröße | 10.59 KB |
Installationsanzahl | 193 |
Aktuelle Version | 1.0.0.3 |
Letztes Update | 2023-07-19 |
Veröffentlichungsdatum | 2023-02-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | psg0107 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YoutubeShortTimeController", "description": "You can control the current time of YouTube Shorts with a mouse click.", "version": "1.0.0.3", "manifest_version": 3, "icons": { "128": "icon.png" }, "author": "SGPark", "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "permissions": [ "scripting" ] } |