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…

Hvad er CaptionCub for YouTube?

CaptionCub for YouTube er en Chrome-udvidelse udviklet af CaptionCub, og dens hovedfunktion er "CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download CaptionCub for YouTube-udvidelses-CRX-fil

Download CaptionCub for YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CaptionCub for YouTube CaptionCub for YouTube
ID pkdljegnjjmeodggngfnbjnkfaaifcbn
Officiel URL https://chromewebstore.google.com/detail/captioncub-for-youtube/pkdljegnjjmeodggngfnbjnkfaaifcbn
Beskrivelse CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…
Filstørrelse 162 KB
Antal Installationer 18
Nuværende Version 0.3.8
Senest Opdateret 2021-12-22
Udgivelsesdato 2021-08-20
Bedømmelse 4.40/5 Samlet 5 Bedømmelser
Udvikler CaptionCub
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://captioncub.com/
Hjælpeside-URL https://captioncub.freshdesk.com/support/home
Understøttede Sprog 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"
    }
}