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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย subtitle list

ดาวน์โหลดไฟล์ส่วนขยาย subtitle list ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Click on this extension which allows you to preview and download the subtitles of a youtube video.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ subtitle list subtitle list
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
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
}