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…

Что такое CaptionCub for YouTube?

CaptionCub for YouTube - это расширение Chrome, разработанное CaptionCub, и его основная функция - "CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения CaptionCub for YouTube

Скачайте файлы расширений CaptionCub for YouTube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название CaptionCub for YouTube CaptionCub for YouTube
ID pkdljegnjjmeodggngfnbjnkfaaifcbn
Официальный URL https://chromewebstore.google.com/detail/captioncub-for-youtube/pkdljegnjjmeodggngfnbjnkfaaifcbn
Описание CaptionCub helps you search through YouTube video captions to find the exact spot you're looking for. Unlock the ability to add…
Размер файла 162 KB
Количество установок 18
Текущая Версия 0.3.8
Последнее Обновление 2021-12-22
Дата публикации 2021-08-20
Рейтинг 4.40/5 Всего 5 оценок
Разработчик CaptionCub
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://captioncub.com/
URL страницы помощи https://captioncub.freshdesk.com/support/home
Поддерживаемые языки 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"
    }
}