YoutubeShortTimeController
You can control the current time of YouTube Shorts with a mouse click.
Co to jest YoutubeShortTimeController?
YoutubeShortTimeController to rozszerzenie Chrome opracowane przez psg0107, a jego główną funkcją jest „You can control the current time of YouTube Shorts with a mouse click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YoutubeShortTimeController
Pobierz pliki rozszerzeń YoutubeShortTimeController w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다.
You can click on the video playback bar at the bottom of YouTube Shorts to change the time. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bhjbcabomfjkdlklcmlainidbjlkamjn |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn |
| Opis | You can control the current time of YouTube Shorts with a mouse click. |
| Rozmiar pliku | 10.59 KB |
| Liczba instalacji | 193 |
| Aktualna Wersja | 1.0.0.3 |
| Ostatnia Aktualizacja | 2023-07-19 |
| Data Publikacji | 2023-02-18 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | psg0107 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |