subtitle list

Preview and download the subtitles of a youtube video.

subtitle listとは何ですか?

subtitle listはSubtitleList.comによって開発されたChromeの拡張機能で、その主な機能は「Preview and download the subtitles of a youtube video.」です。

拡張機能のスクリーンショット

screenshot
screenshot

subtitle list拡張機能のCRXファイルをダウンロード

subtitle list拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 subtitle list subtitle list
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
Eメール [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
}