Video A-B Repeater

Video A-B Repeater

Cos'è Video A-B Repeater?

Video A-B Repeater è un'estensione di Chrome sviluppata da Kunihiro Ando, e la sua funzione principale è "Video A-B Repeater".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Video A-B Repeater

Scarica i file di estensione Video A-B Repeater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Video A-B Repeater Video A-B Repeater
ID klfkbocfdjgokanhbnblemllkfanadmp
URL Ufficiale https://chrome.google.com/webstore/detail/video-a-b-repeater/klfkbocfdjgokanhbnblemllkfanadmp
Descrizione Video A-B Repeater
Dimensione del File 36.71 KB
Conteggio Installazioni 1,925
Versione Corrente 0.8
Ultimo Aggiornamento 2021-01-31
Data di Pubblicazione 2019-05-14
Valutazione 4.71/5 Totale 7 Valutazioni
Sviluppatore Kunihiro Ando
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}