subtitle list
Preview and download the subtitles of a youtube video.
ما هو subtitle list؟
subtitle list هو إضافة Chrome تم تطويرها بواسطة SubtitleList.com، والميزة الرئيسية لها هي "Preview and download the subtitles of a youtube video.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة subtitle list
قم بتنزيل ملفات الامتداد subtitle list بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click on this extension which allows you to preview and download the subtitles of a youtube video.
معلومات أساسية عن التمديد
الاسم | |
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | 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 } |