subtitle list

Preview and download the subtitles of a youtube video.

Wat is subtitle list?

subtitle list is een Chrome-extensie ontwikkeld door SubtitleList.com, en de belangrijkste functie is "Preview and download the subtitles of a youtube video.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie subtitle list

Download subtitle list-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam subtitle list subtitle list
ID gnckdfjefihgdekfncabemllgdadhimk
Officiële URL https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk
Beschrijving Preview and download the subtitles of a youtube video.
Bestandsgrootte 55.1 KB
Aantal Installaties 633
Huidige Versie 1.0.3
Laatst Bijgewerkt 2019-09-26
Publicatiedatum 2019-09-26
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SubtitleList.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.subtitlelist.com
Ondersteunde Talen 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
}