ytloop
Automatically replay the video in Youtube by default.
ما هو ytloop؟
ytloop هو إضافة Chrome تم تطويرها بواسطة ikaflower، والميزة الرئيسية لها هي "Automatically replay the video in Youtube by default.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ytloop
قم بتنزيل ملفات الامتداد ytloop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip.
معلومات أساسية عن التمديد
الاسم | ytloop |
ID | elcnaihlaknobdaoafljjbpbdobaccpp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
الوصف | Automatically replay the video in Youtube by default. |
حجم الملف | 11.64 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2013-07-16 |
تاريخ النشر | 2013-07-16 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | ikaflower |
نوع الدفع | free |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytloop", "version": "1.0.2", "description": "__MSG_appDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch*" ], "js": [ "ytloop.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |