YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
ما هو YouTube Enhancement Suite (YES)؟
YouTube Enhancement Suite (YES) هو إضافة Chrome تم تطويرها بواسطة Anant Mishra، والميزة الرئيسية لها هي "A lightweight extension for enriching your YouTube experience.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Enhancement Suite (YES)
قم بتنزيل ملفات الامتداد YouTube Enhancement Suite (YES) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
✔ Removes annoying end-cards on YT videos. ✔ Lightweight: good on your RAM. ✔ More immersive movies: button to hide the top and bottom bar while watching (keyboard shortcut: 'h') ✔ Volume control with keyboard ('a' and 'd' keys). ✔ Display remaining time on the video. ✔ Display at what time the video ends. ✔ Combine with existing shortcuts of YT: c, m, j, k, l, h, a, d for complete experience.
معلومات أساسية عن التمديد
الاسم | YouTube Enhancement Suite (YES) |
ID | glemnkobkfifhjpmebpoafilpkmamhoj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj |
الوصف | A lightweight extension for enriching your YouTube experience. |
حجم الملف | 24.38 KB |
عدد التثبيتات | 60 |
النسخة الحالية | 1.7.2 |
آخر تحديث | 2020-12-12 |
تاريخ النشر | 2020-12-11 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Anant Mishra |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Enhancement Suite (YES)", "version": "1.7.2", "description": "A lightweight extension for enriching your YouTube experience.", "manifest_version": 2, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "core.min.js" ], "css": [ "style.min.css" ] } ] } |