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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - 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
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
    ]
}