YoutubeShortTimeController
You can control the current time of YouTube Shorts with a mouse click.
Apa itu YoutubeShortTimeController?
YoutubeShortTimeController adalah ekstensi Chrome yang dikembangkan oleh psg0107, dan fitur utamanya adalah "You can control the current time of YouTube Shorts with a mouse click.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YoutubeShortTimeController
Unduh file ekstensi YoutubeShortTimeController dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다. You can click on the video playback bar at the bottom of YouTube Shorts to change the time.
Informasi Dasar Ekstensi
Nama | YoutubeShortTimeController |
ID | bhjbcabomfjkdlklcmlainidbjlkamjn |
URL Resmi | https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn |
Deskripsi | You can control the current time of YouTube Shorts with a mouse click. |
Ukuran File | 10.59 KB |
Jumlah Instalasi | 193 |
Versi Saat Ini | 1.0.0.3 |
Terakhir Diperbarui | 2023-07-19 |
Tanggal Publikasi | 2023-02-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | psg0107 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |