SUFLI - Netflix subtitles translator

A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click

SUFLI - Netflix subtitles translatorคืออะไร?

SUFLI - Netflix subtitles translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amidart และคุณลักษณะหลักของมันคือ "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SUFLI - Netflix subtitles translator

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

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

                        - Use left mouse button to translate a single word.
- Use right mouse button to translate a phrase - just right-click on each word.
- Multiple dictionaries, multiple directions.
- Has subtitles history and you can use translator there too!

Feel free to contact me at [email protected]                    

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

ชื่อ SUFLI - Netflix subtitles translator SUFLI - Netflix subtitles translator
ID glhnfeapdblacaodpihdfcaijfddedec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sufli-netflix-subtitles-t/glhnfeapdblacaodpihdfcaijfddedec
คำอธิบาย A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click
ขนาดไฟล์ 326 KB
จำนวนการติดตั้ง 3,227
เวอร์ชันปัจจุบัน 0.9.6 BETA
อัปเดตครั้งล่าสุด 2018-11-26
วันที่เผยแพร่ 2018-11-26
คะแนน 3.32/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา amidart
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://dmitry.artamoshkin.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SUFLI - Netflix subtitles translator",
    "short_name": "SUFLI",
    "description": "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click",
    "version": "0.9.6",
    "version_name": "0.9.6 BETA",
    "icons": {
        "128": "img\/icon256.png",
        "256": "img\/icon256.png"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery-2.2.4.min.js",
            "\/lib\/mustache-2.3.0.min.js",
            "\/lib\/google-analytics-bundle.js",
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "lib\/jquery-2.2.4.min.js",
                "lib\/netflix.js",
                "\/js\/content-script-0.js"
            ],
            "css": [
                "css\/netflix.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/html\/*",
        "\/img\/*"
    ],
    "permissions": [
        "storage",
        "*:\/\/translate.google.com\/*",
        "*:\/\/api.urbandictionary.com\/*",
        "*:\/\/glosbe.com\/*",
        "*:\/\/api.lingualeo.com\/*"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}