CaptionCub for YouTube

CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…

Co to jest CaptionCub for YouTube?

CaptionCub for YouTube to rozszerzenie Chrome opracowane przez CaptionCub, a jego główną funkcją jest „CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CaptionCub for YouTube

Pobierz pliki rozszerzeń CaptionCub for YouTube 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

                        CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add notes and bookmarks directly onto the best parts of the videos with the premium plan. 

We think you'll love it, so give it a spin with our free trial. 

Yes, you may be shocked how you lived without this before.                    

Podstawowe informacje o rozszerzeniu

Nazwa CaptionCub for YouTube CaptionCub for YouTube
ID pkdljegnjjmeodggngfnbjnkfaaifcbn
Oficjalny URL https://chromewebstore.google.com/detail/captioncub-for-youtube/pkdljegnjjmeodggngfnbjnkfaaifcbn
Opis CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…
Rozmiar pliku 162 KB
Liczba instalacji 18
Aktualna Wersja 0.3.8
Ostatnia Aktualizacja 2021-12-22
Data Publikacji 2021-08-20
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper CaptionCub
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://captioncub.com/
Adres URL Strony Pomocy https://captioncub.freshdesk.com/support/home
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CaptionCub for YouTube",
    "version": "0.3.8",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "\/static\/js\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}