Video A-B Repeater

Video A-B Repeater

Co to jest Video A-B Repeater?

Video A-B Repeater to rozszerzenie Chrome opracowane przez Kunihiro Ando, a jego główną funkcją jest „Video A-B Repeater”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Video A-B Repeater

Pobierz pliki rozszerzeń Video A-B Repeater w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Video A-B Repeater Video A-B Repeater
ID klfkbocfdjgokanhbnblemllkfanadmp
Oficjalny URL https://chrome.google.com/webstore/detail/video-a-b-repeater/klfkbocfdjgokanhbnblemllkfanadmp
Opis Video A-B Repeater
Rozmiar pliku 36.71 KB
Liczba instalacji 1,925
Aktualna Wersja 0.8
Ostatnia Aktualizacja 2021-01-31
Data Publikacji 2019-05-14
Ocena 4.71/5 Łącznie 7 Oceny
Deweloper Kunihiro Ando
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}