YoutubeShortTimeController
You can control the current time of YouTube Shorts with a mouse click.
YoutubeShortTimeControllerคืออะไร?
YoutubeShortTimeController เป็นส่วนขยายของ Chrome ที่พัฒนาโดย psg0107 และคุณลักษณะหลักของมันคือ "You can control the current time of YouTube Shorts with a mouse click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YoutubeShortTimeController
ดาวน์โหลดไฟล์ส่วนขยาย YoutubeShortTimeController ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다. You can click on the video playback bar at the bottom of YouTube Shorts to change the time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YoutubeShortTimeController |
ID | bhjbcabomfjkdlklcmlainidbjlkamjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn |
คำอธิบาย | You can control the current time of YouTube Shorts with a mouse click. |
ขนาดไฟล์ | 10.59 KB |
จำนวนการติดตั้ง | 193 |
เวอร์ชันปัจจุบัน | 1.0.0.3 |
อัปเดตครั้งล่าสุด | 2023-07-19 |
วันที่เผยแพร่ | 2023-02-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | psg0107 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |