subtitle list

Preview and download the subtitles of a youtube video.

What is subtitle list?

subtitle list is a Chrome extension developed by SubtitleList.com, and its main feature is "Preview and download the subtitles of a youtube video.".

Extension Screenshots

screenshot
screenshot

Download subtitle list Extension CRX File

Download subtitle list extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name subtitle list subtitle list
ID gnckdfjefihgdekfncabemllgdadhimk
Official URL https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk
Description Preview and download the subtitles of a youtube video.
File Size 55.1 KB
Installation Count 633
Current Version 1.0.3
Last Updated 2019-09-26
Publish Date 2019-09-26
Rating 3.00/5 Total 1 Ratings
Developer SubtitleList.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.subtitlelist.com
Supported Languages 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
}