Subtitles for Language Learning (Prime Video)

Add foreign language subtitle display and dictionary function on Amazon Prime Video.

Subtitles for Language Learning (Prime Video)คืออะไร?

Subtitles for Language Learning (Prime Video) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย subtitlesfll.com และคุณลักษณะหลักของมันคือ "Add foreign language subtitle display and dictionary function on Amazon Prime Video."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subtitles for Language Learning (Prime Video)

ดาวน์โหลดไฟล์ส่วนขยาย Subtitles for Language Learning (Prime Video) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Enjoy Learning Languages with Movies, TV Shows, and Anime on Amazon Prime Video.

Add subtitle display and dictionary function in various languages.
Supports 79 languages.

Even when official Amazon subtitles do not exist, it will be possible to search for and load subtitles from OpenSubtitles.org or local files.


Main functions
- Multilingual subtitle display
- Subtitle function other than that provided by Amazon
- 79 languages ​​by mouse over-> Dictionary function to 79 languages
- Dictionary function by character selection
- Link function to dictionary site by word click
- A function to move the playback position by pressing the button displayed to the left of the subtitles or the "E" and "D" keys.
- Ability to translate one sentence with Google Translate
- Playback speed change function (shortcut keys "S" "F")
- Video brightness, saturation, contrast change function
- Opening and closing function of subtitle viewer                    

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

ชื่อ Subtitles for Language Learning (Prime Video) Subtitles for Language Learning (Prime Video)
ID hlofmmmlhfelbfhcpapoackkglljfcnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/subtitles-for-language-le/hlofmmmlhfelbfhcpapoackkglljfcnb
คำอธิบาย Add foreign language subtitle display and dictionary function on Amazon Prime Video.
ขนาดไฟล์ 39.84 MB
จำนวนการติดตั้ง 93,634
เวอร์ชันปัจจุบัน 1.7.15
อัปเดตครั้งล่าสุด 2024-02-17
วันที่เผยแพร่ 2021-01-15
คะแนน 4.13/5 รวมทั้งหมด 68 คะแนน
ผู้พัฒนา subtitlesfll.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.subtitlesfll.com/
URL หน้าช่วยเหลือ https://www.subtitlesfll.com/form
URL หน้านโยบายความเป็นส่วนตัว https://www.subtitlesfll.com/privacy_policy
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,it,pt-BR,pt-PT,sv,hi,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.7.15",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "scripts": [
            "js\/background\/lib\/gunzip.min.js",
            "js\/background\/lib\/kuromoji.js",
            "js\/common\/common-min.js",
            "js\/background\/background-min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.se\/*",
                "https:\/\/www.primevideo.com\/*"
            ],
            "js": [
                "js\/common\/common-min.js",
                "js\/contents\/contents-min.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "Subtitles for Language Learning (Prime Video)",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "background",
        "https:\/\/*.subtitlesfll.com\/*",
        "https:\/\/*.opensubtitles.org\/*",
        "https:\/\/clients5.google.com\/*"
    ],
    "web_accessible_resources": [
        "js\/*",
        "js\/scripts\/*",
        "icons\/*",
        "*.html"
    ],
    "manifest_version": 2
}