Video A-B Repeater

Video A-B Repeater

¿Qué es Video A-B Repeater?

Video A-B Repeater es una extensión de Chrome desarrollada por Kunihiro Ando, y su función principal es "Video A-B Repeater".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Video A-B Repeater

Descarga archivos de extensión Video A-B Repeater en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Video A-B Repeater Video A-B Repeater
ID klfkbocfdjgokanhbnblemllkfanadmp
URL Oficial https://chrome.google.com/webstore/detail/video-a-b-repeater/klfkbocfdjgokanhbnblemllkfanadmp
Descripción Video A-B Repeater
Tamaño del Archivo 36.71 KB
Cantidad de Instalaciones 1,925
Versión Actual 0.8
Última Actualización 2021-01-31
Fecha de Publicación 2019-05-14
Calificación 4.71/5 Total de 7 Calificaciones
Desarrollador Kunihiro Ando
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}