Better shorts
Better shorts video player for YouTube and Instagram!
ما هو Better shorts؟
Better shorts هو إضافة Chrome تم تطويرها بواسطة codeshifu، والميزة الرئيسية لها هي "Better shorts video player for YouTube and Instagram!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better shorts
قم بتنزيل ملفات الامتداد Better shorts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Better shorts on YouTube allows - Video scrubbing - Closed caption - Playback speed - Annotations - Shorts video quality adjustment Better shorts on Instagram allows - Video scrubbing - Playback speed - Download reels - PiP (Picture in Picture)
معلومات أساسية عن التمديد
الاسم | Better shorts |
ID | kniiiokdfifghldpemgoggfljdmgpgij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-shorts/kniiiokdfifghldpemgoggfljdmgpgij |
الوصف | Better shorts video player for YouTube and Instagram! |
حجم الملف | 13.54 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-08-24 |
تاريخ النشر | 2023-08-24 |
المطور | codeshifu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://twitter.com/codeshifu |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better shorts", "description": "Better shorts video player for YouTube and Instagram!", "version": "1.0.0", "version_name": "1.0.0", "manifest_version": 3, "default_locale": "en", "icons": { "128": "assets\/img\/128x128.png" }, "action": { "default_icon": { "16": "assets\/img\/16x16.png", "32": "assets\/img\/32x32.png", "48": "assets\/img\/48x48.png", "128": "assets\/img\/128x128.png" }, "default_title": "Better shorts" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "background.js" ] } ], "web_accessible_resources": [ { "resources": [ "*.png" ], "matches": [ " |