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…

Vad är CaptionCub for YouTube?

CaptionCub for YouTube är en Chrome-tillägg utvecklad av CaptionCub, och dess huvudfunktion är "CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner CaptionCub for YouTube-förlängningens CRX-fil

Ladda ner CaptionCub for YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn CaptionCub for YouTube CaptionCub for YouTube
ID pkdljegnjjmeodggngfnbjnkfaaifcbn
Officiell webbadress https://chromewebstore.google.com/detail/captioncub-for-youtube/pkdljegnjjmeodggngfnbjnkfaaifcbn
Beskrivning CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…
Filstorlek 162 KB
Antal Installationer 18
Aktuell Version 0.3.8
Senast Uppdaterad 2021-12-22
Publiceringsdatum 2021-08-20
Betyg 4.40/5 Totalt 5 Betyg
Utvecklare CaptionCub
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://captioncub.com/
Hjälpsida URL https://captioncub.freshdesk.com/support/home
Stödda Språk 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"
    }
}