Video A-B Repeater

Video A-B Repeater

What is Video A-B Repeater?

Video A-B Repeater is a Chrome extension developed by Kunihiro Ando, and its main feature is "Video A-B Repeater".

Extension Screenshots

screenshot
screenshot

Download Video A-B Repeater Extension CRX File

Download Video A-B Repeater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Video A-B Repeater Video A-B Repeater
ID klfkbocfdjgokanhbnblemllkfanadmp
Official URL https://chrome.google.com/webstore/detail/video-a-b-repeater/klfkbocfdjgokanhbnblemllkfanadmp
Description Video A-B Repeater
File Size 36.71 KB
Installation Count 1,925
Current Version 0.8
Last Updated 2021-01-31
Publish Date 2019-05-14
Rating 4.71/5 Total 7 Ratings
Developer Kunihiro Ando
Email [email protected]
Payment Type free
Supported Languages 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"
}