subtitle list

Preview and download the subtitles of a youtube video.

Co to jest subtitle list?

subtitle list to rozszerzenie Chrome opracowane przez SubtitleList.com, a jego główną funkcją jest „Preview and download the subtitles of a youtube video.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia subtitle list

Pobierz pliki rozszerzeń subtitle list 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

                        Click on this extension which allows you to preview and download the subtitles of a youtube video.                    

Podstawowe informacje o rozszerzeniu

Nazwa subtitle list subtitle list
ID gnckdfjefihgdekfncabemllgdadhimk
Oficjalny URL https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk
Opis Preview and download the subtitles of a youtube video.
Rozmiar pliku 55.1 KB
Liczba instalacji 633
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2019-09-26
Data Publikacji 2019-09-26
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper SubtitleList.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.subtitlelist.com
Obsługiwane Języki 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
}