YouTube sticky player
You can read comments while watching the video for YouTube.
ما هو YouTube sticky player؟
YouTube sticky player هو إضافة Chrome تم تطويرها بواسطة celclow، والميزة الرئيسية لها هي "You can read comments while watching the video for YouTube.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube sticky player
قم بتنزيل ملفات الامتداد YouTube sticky player بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
معلومات أساسية عن التمديد
الاسم | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
الوصف | You can read comments while watching the video for YouTube. |
حجم الملف | 11.41 KB |
عدد التثبيتات | 217 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2023-10-01 |
تاريخ النشر | 2020-05-21 |
تقييم | 4.40/5 مجموع تقييمات 5 |
المطور | celclow |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/celclow/youtube-sticky-player |
عنوان صفحة المساعدة | https://github.com/celclow/youtube-sticky-player |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube sticky player", "version": "1.1.5", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube_sticky_player.js" ], "css": [ "youtube_sticky_player.css" ], "run_at": "document_end" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |