Time Saver for YouTube
Display the time saved when the playback speed of a YouTube video is adjusted.
ما هو Time Saver for YouTube؟
Time Saver for YouTube هو إضافة Chrome تم تطويرها بواسطة Julian Acosta، والميزة الرئيسية لها هي "Display the time saved when the playback speed of a YouTube video is adjusted.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Time Saver for YouTube
قم بتنزيل ملفات الامتداد Time Saver for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Just change the speed and the amount of time you save will be displayed below the video. It's simple and blends in with YouTube's look and feel.
معلومات أساسية عن التمديد
الاسم | |
ID | nkfcgfkioefgclgcilgocbdnlhbfmcaf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf |
الوصف | Display the time saved when the playback speed of a YouTube video is adjusted. |
حجم الملف | 5.33 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 0.0.0.3 |
آخر تحديث | 2023-03-17 |
تاريخ النشر | 2020-07-02 |
المطور | Julian Acosta |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Saver for YouTube", "version": "0.0.0.3", "description": "Display the time saved when the playback speed of a YouTube video is adjusted.", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "youtube-script.js" ], "permissions": [ "*:\/\/www.youtube.com\/*" ] } |