Simple Youtube Repeater
Simply click the repeat button to make the Youtube video automatically repeat.
ما هو Simple Youtube Repeater؟
Simple Youtube Repeater هو إضافة Chrome تم تطويرها بواسطة kennethdevel، والميزة الرئيسية لها هي "Simply click the repeat button to make the Youtube video automatically repeat.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Youtube Repeater
قم بتنزيل ملفات الامتداد Simple Youtube Repeater بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply click the repeat button to make the video automatically repeat.
معلومات أساسية عن التمديد
الاسم | Simple Youtube Repeater |
ID | pbjaladifincbflhpknphchnapmemgnm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm |
الوصف | Simply click the repeat button to make the Youtube video automatically repeat. |
حجم الملف | 15.46 KB |
عدد التثبيتات | 694 |
النسخة الحالية | 3.0 |
آخر تحديث | 2016-06-13 |
تاريخ النشر | 2016-06-13 |
تقييم | 4.29/5 مجموع تقييمات 7 |
المطور | kennethdevel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Youtube Repeater", "description": "Simply click the repeat button to make the Youtube video automatically repeat.", "version": "3.0", "author": "Kenneth", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "cs.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |