subtitle list
Preview and download the subtitles of a youtube video.
Apa itu subtitle list?
subtitle list adalah ekstensi Chrome yang dikembangkan oleh SubtitleList.com, dan fitur utamanya adalah "Preview and download the subtitles of a youtube video.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi subtitle list
Unduh file ekstensi subtitle list dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Click on this extension which allows you to preview and download the subtitles of a youtube video.
Informasi Dasar Ekstensi
Nama | |
ID | gnckdfjefihgdekfncabemllgdadhimk |
URL Resmi | https://chrome.google.com/webstore/detail/subtitle-list/gnckdfjefihgdekfncabemllgdadhimk |
Deskripsi | Preview and download the subtitles of a youtube video. |
Ukuran File | 55.1 KB |
Jumlah Instalasi | 633 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2019-09-26 |
Tanggal Publikasi | 2019-09-26 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | SubtitleList.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://www.subtitlelist.com |
Bahasa yang Didukung | 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 } |