SUFLI - Netflix subtitles translator

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

Vad är SUFLI - Netflix subtitles translator?

SUFLI - Netflix subtitles translator är en Chrome-tillägg utvecklad av amidart, och dess huvudfunktion är "A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner SUFLI - Netflix subtitles translator-förlängningens CRX-fil

Ladda ner SUFLI - Netflix subtitles translator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SUFLI - Netflix subtitles translator SUFLI - Netflix subtitles translator
ID glhnfeapdblacaodpihdfcaijfddedec
Officiell webbadress https://chromewebstore.google.com/detail/sufli-netflix-subtitles-t/glhnfeapdblacaodpihdfcaijfddedec
Beskrivning A fun way to learn languages. Watch your favorite shows and translate any word from subtitles by mouse click
Filstorlek 326 KB
Antal Installationer 3,227
Aktuell Version 0.9.6 BETA
Senast Uppdaterad 2018-11-26
Publiceringsdatum 2018-11-26
Betyg 3.32/5 Totalt 53 Betyg
Utvecklare amidart
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://dmitry.artamoshkin.com/privacy.html
Stödda Språk 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:\/\/*\/*"
    ]
}