Video A-B Repeater

Video A-B Repeater

ما هو Video A-B Repeater؟

Video A-B Repeater هو إضافة Chrome تم تطويرها بواسطة Kunihiro Ando، والميزة الرئيسية لها هي "Video A-B Repeater".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Video A-B Repeater

قم بتنزيل ملفات الامتداد Video A-B Repeater بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Video A-B Repeater you will get a loop button upper a video player. After you play a video, video will repeat itself infinitely.

Two markers (A and B) can be placed at current playhead position when you need.


github
 https://github.com/kxkx5150/Video-A-B-Repeater                    

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

الاسم Video A-B Repeater Video A-B Repeater
ID klfkbocfdjgokanhbnblemllkfanadmp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/video-a-b-repeater/klfkbocfdjgokanhbnblemllkfanadmp
الوصف Video A-B Repeater
حجم الملف 36.71 KB
عدد التثبيتات 1,925
النسخة الحالية 0.8
آخر تحديث 2021-01-31
تاريخ النشر 2019-05-14
تقييم 4.71/5 مجموع تقييمات 7
المطور Kunihiro Ando
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video A-B Repeater",
    "description": "Video A-B Repeater",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.8"
}