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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | gnckdfjefihgdekfncabemllgdadhimk |
官方網址 | 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 } |