subtitle list
Preview and download the subtitles of a youtube video.
Hvad er subtitle list?
subtitle list er en Chrome-udvidelse udviklet af SubtitleList.com, og dens hovedfunktion er "Preview and download the subtitles of a youtube video.".
Udvidelsesskærmbilleder
Download subtitle list-udvidelses-CRX-fil
Download subtitle list-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Click on this extension which allows you to preview and download the subtitles of a youtube video.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gnckdfjefihgdekfncabemllgdadhimk |
Officiel URL | https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk |
Beskrivelse | Preview and download the subtitles of a youtube video. |
Filstørrelse | 55.1 KB |
Antal Installationer | 633 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2019-09-26 |
Udgivelsesdato | 2019-09-26 |
Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
Udvikler | SubtitleList.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | http://www.subtitlelist.com |
Understøttede Sprog | 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 } |