Reply Videos Tweak For Youtube
Enables autoreplay of a YouTube™ videos
ما هو Reply Videos Tweak For Youtube؟
Reply Videos Tweak For Youtube هو إضافة Chrome تم تطويرها بواسطة Zenunity، والميزة الرئيسية لها هي "Enables autoreplay of a YouTube™ videos".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reply Videos Tweak For Youtube
قم بتنزيل ملفات الامتداد Reply Videos Tweak For Youtube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click. For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
معلومات أساسية عن التمديد
الاسم | |
ID | kijcidehmghliocaelamimgiaiogcjal |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal |
الوصف | Enables autoreplay of a YouTube™ videos |
حجم الملف | 12.71 KB |
عدد التثبيتات | 22,426 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-02-12 |
تاريخ النشر | 2021-02-11 |
تقييم | 2.74/5 مجموع تقييمات 491 |
المطور | Zenunity |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://4kdownloader.net/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/yt-repetertweak.js" ], "css": [ "css\/yt.css" ], "run_at": "document_end" } ] } |