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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다.
You can click on the video playback bar at the bottom of YouTube Shorts to change the time. معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
} | |