subtitle list
Preview and download the subtitles of a youtube video.
Vad är subtitle list?
subtitle list är en Chrome-tillägg utvecklad av SubtitleList.com, och dess huvudfunktion är "Preview and download the subtitles of a youtube video.".
Tilläggsskärmbilder
Ladda ner subtitle list-förlängningens CRX-fil
Ladda ner subtitle list-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Click on this extension which allows you to preview and download the subtitles of a youtube video.
Grundläggande Information om Tillägg
Namn | |
ID | gnckdfjefihgdekfncabemllgdadhimk |
Officiell webbadress | https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk |
Beskrivning | Preview and download the subtitles of a youtube video. |
Filstorlek | 55.1 KB |
Antal Installationer | 633 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2019-09-26 |
Publiceringsdatum | 2019-09-26 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | SubtitleList.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://www.subtitlelist.com |
Stödda Språk | 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 } |