Video A-B Repeater

Video A-B Repeater

什么是Video A-B Repeater?

Video A-B Repeater是由Kunihiro Ando开发的Chrome扩展程序,该扩展的主要功能是“Video A-B Repeater”。

扩展截图

screenshot
screenshot

下载Video A-B Repeater扩展crx文件

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