SUFLI - Netflix subtitles translator

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

Was ist SUFLI - Netflix subtitles translator?

SUFLI - Netflix subtitles translator ist eine Chrome-Erweiterung, die von amidart entwickelt wurde, und ihr Hauptmerkmal ist "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

SUFLI - Netflix subtitles translator-Erweiterungs-CRX-Datei herunterladen

Laden Sie SUFLI - Netflix subtitles translator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - 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]                    

Grundlegende Informationen zur Erweiterung

Name SUFLI - Netflix subtitles translator SUFLI - Netflix subtitles translator
ID glhnfeapdblacaodpihdfcaijfddedec
Offizielle URL https://chromewebstore.google.com/detail/sufli-netflix-subtitles-t/glhnfeapdblacaodpihdfcaijfddedec
Beschreibung A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click
Dateigröße 326 KB
Installationsanzahl 3,227
Aktuelle Version 0.9.6 BETA
Letztes Update 2018-11-26
Veröffentlichungsdatum 2018-11-26
Bewertung 3.32/5 Insgesamt 53 Bewertungen
Entwickler amidart
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://dmitry.artamoshkin.com/privacy.html
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}