Netflix Translate

Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it.

Netflix Translate क्या है?

Netflix Translate shimin.nikita द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Netflix Translate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        1) translate any word from netflix video subtitles just by clicking on it;
2) multi language support; 
3) 10 sec. video rewind button will be added to standard netflix player;
4) quick search for translation using popup; 

Similar services: Livemocha, Busuu, w2mem, Grammar-teacher, Omegle, Lang-8, Interpals, Sharedtalk, British Council, Preply, PhrazeMix, About Education, Voice of America, Learn English Today, BBC                    

एक्सटेंशन की मूल जानकारी

नाम Netflix Translate Netflix Translate
ID cppopffhjdgeijpkpaoebneockpeehdo
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-translate/cppopffhjdgeijpkpaoebneockpeehdo
विवरण Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it.
फ़ाइल का आकार 105 KB
स्थापना संख्या 14,054
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2016-02-15
प्रकाशन तिथि 2016-02-15
रेटिंग 3.42/5 कुल 45 रेटिंग्स
डेवलपर shimin.nikita
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Translate",
    "short_name": "Netflix Translate",
    "description": "Learn English watching your favorites videos on Netflix! Translate any word from subtitles just by clicking on it.",
    "homepage_url": "http:\/\/nikitos.com\/learn_english_with_netflix_subtitles_chrome_extension.html",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/*"
    ],
    "browser_action": {
        "default_title": "Translate",
        "default_icon": "icons\/icon16.png",
        "default_popup": "src\/popup\/html\/index.html"
    },
    "background": {
        "page": "src\/popup\/html\/index.html",
        "permissions": [
            "tabs"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "src\/embedded\/css\/styles.css"
            ],
            "js": [
                "src\/embedded\/js\/script.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/js\/script.js"
    ],
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    }
}