subtitle list
Preview and download the subtitles of a youtube video.
Что такое subtitle list?
subtitle list - это расширение Chrome, разработанное SubtitleList.com, и его основная функция - "Preview and download the subtitles of a youtube video.".
Снимки экрана расширения
Скачать файл CRX расширения subtitle list
Скачайте файлы расширений subtitle list в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Click on this extension which allows you to preview and download the subtitles of a youtube video.
Основная информация о расширении
Название | |
ID | gnckdfjefihgdekfncabemllgdadhimk |
Официальный URL | https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk |
Описание | Preview and download the subtitles of a youtube video. |
Размер файла | 55.1 KB |
Количество установок | 633 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2019-09-26 |
Дата публикации | 2019-09-26 |
Рейтинг | 3.00/5 Всего 1 оценок |
Разработчик | SubtitleList.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://www.subtitlelist.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "subtitle list", "version": "1.0.3", "description": "Preview and download the subtitles of a youtube video.", "author": "Jiang Fengbing", "permissions": [ "tabs", "activeTab", "storage", "http:\/\/www.subtitlelist.com\/", "https:\/\/www.subtitlelist.com\/", "declarativeContent" ], "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/Add_16.png", "32": "images\/Add_32.png", "48": "images\/Add_48.png", "128": "images\/Add_128.png" } }, "icons": { "16": "images\/Add_16.png", "32": "images\/Add_32.png", "48": "images\/Add_48.png", "128": "images\/Add_128.png" }, "manifest_version": 2 } |