LoopTube
Auto loop the YouTube video
ما هو LoopTube؟
LoopTube هو إضافة Chrome تم تطويرها بواسطة vedha.viyash، والميزة الرئيسية لها هي "Auto loop the YouTube video".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LoopTube
قم بتنزيل ملفات الامتداد LoopTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Auto loop the YouTube video when it ends. No more click replay buttons again!
معلومات أساسية عن التمديد
الاسم | LoopTube |
ID | faaokfideffddckilhbjniccnelnioid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/looptube/faaokfideffddckilhbjniccnelnioid |
الوصف | Auto loop the YouTube video |
حجم الملف | 10.51 KB |
عدد التثبيتات | 75 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2020-08-18 |
تاريخ النشر | 2020-08-18 |
المطور | vedha.viyash |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LoopTube", "version": "0.0.1", "description": "Auto loop the YouTube video", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "youtube.png", "48": "youtube.png", "128": "youtube.png" }, "browser_action": { "default_icon": "youtube.png", "default_title": "Turning this extension on will loop the YouTube video automatically" } } |