iLoop: Youtube Loop Repeat Replay Part Video

Make auto loop, repeat, replay part of video easier on Youtube!

ما هو iLoop: Youtube Loop Repeat Replay Part Video؟

iLoop: Youtube Loop Repeat Replay Part Video هو إضافة Chrome تم تطويرها بواسطة https://super1ha1.github.io، والميزة الرئيسية لها هي "Make auto loop, repeat, replay part of video easier on Youtube!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة iLoop: Youtube Loop Repeat Replay Part Video

قم بتنزيل ملفات الامتداد iLoop: Youtube Loop Repeat Replay Part Video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ===============================
Whether you need it?
===============================
- You want to loop, repeat, replay part of the video on Youtube
- You need to manually click to repeat every time

- Then this extension is for you.
- This is a simple extension which adds a repeat button and a slider to easily select the repeat range.

===============================
How to use
===============================
- To On/Off repeat: toggle the repeat button
- To change the repeat range: use the slider or edit the start time, end time directly.

===============================
Available in
===============================
Chrome, Firefox, Edge                    

معلومات أساسية عن التمديد

الاسم iLoop: Youtube Loop Repeat Replay Part Video iLoop: Youtube Loop Repeat Replay Part Video
ID aoebnamkmongkoloahpgjpokefagljkb
عنوان URL الرسمي https://chromewebstore.google.com/detail/iloop-youtube-loop-repeat/aoebnamkmongkoloahpgjpokefagljkb
الوصف Make auto loop, repeat, replay part of video easier on Youtube!
حجم الملف 433 KB
عدد التثبيتات 2,229
النسخة الحالية 1.1.0
آخر تحديث 2022-08-03
تاريخ النشر 2019-12-25
تقييم 4.82/5 مجموع تقييمات 11
المطور https://super1ha1.github.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://super1ha1.github.io/
عنوان صفحة المساعدة https://super1ha1.github.io/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iLoop: Youtube Loop Repeat Replay Part Video",
    "version": "1.1.0",
    "description": "Make auto loop, repeat, replay part of video easier on Youtube!",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/icons8-replay-48.png",
        "128": "images\/icons8-replay-128.png"
    },
    "manifest_version": 3,
    "background": [],
    "web_accessible_resources": [],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}