Smart Repeat
Repeat YouTube videos from any point in time
ما هو Smart Repeat؟
Smart Repeat هو إضافة Chrome تم تطويرها بواسطة OldGen Software، والميزة الرئيسية لها هي "Repeat YouTube videos from any point in time".
تحميل ملف CRX للإضافة Smart Repeat
قم بتنزيل ملفات الامتداد Smart Repeat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can repeat youtube from any point in time. :D
معلومات أساسية عن التمديد
الاسم | |
ID | cbafpldbkgamhfbggmdnjfmglcjaeldb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb |
الوصف | Repeat YouTube videos from any point in time |
حجم الملف | 18.32 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.33.7 |
آخر تحديث | 2013-08-07 |
تاريخ النشر | 2013-08-07 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | OldGen Software |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Repeat", "content_scripts": [ { "js": [ "smartrepeat.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "description": "Repeat YouTube videos from any point in time", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "1.33.7", "manifest_version": 2 } |