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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}