Fleex - Intelligent subtitles

Learn English watching Netflix, Amazon Prime Video, or YouTube

Fleex - Intelligent subtitles क्या है?

Fleex - Intelligent subtitles https://fleex.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn English watching Netflix, Amazon Prime Video, or YouTube"।

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

screenshot

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

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

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

                        Improve your language skills while enjoying your favorite movies or series. With smart subtitles translation from English to your native tongue, vocabulary lists, phrasal verbs you'll achieve astonishing progress.

 - Learn English watching your favorite videos from Netflix, Amazon Prime, and YouTube;
 - Subtitles are shown on demand, in English and/or in your language based on your settings;
 - Click any word to display its translations in context as well as related expressions;
 - Automatically build up your personal vocabulary list.

For watching video at Netflix or Amazon Prime you will need the subscription to these services, or you can access any YouTube content for free.

Want to know more? Visit fleex.tv!                    

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

नाम Fleex - Intelligent subtitles Fleex - Intelligent subtitles
ID pocpeokkkifomeaaobopeacnnepnaldl
आधिकारिक URL https://chromewebstore.google.com/detail/fleex-intelligent-subtitl/pocpeokkkifomeaaobopeacnnepnaldl
विवरण Learn English watching Netflix, Amazon Prime Video, or YouTube
फ़ाइल का आकार 110 KB
स्थापना संख्या 11,432
वर्तमान संस्करण 2.2.41
अंतिम अपडेट 2021-09-14
प्रकाशन तिथि 2019-04-10
रेटिंग 2.90/5 कुल 146 रेटिंग्स
डेवलपर https://fleex.tv
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://fleex.tv/en/Legal/ExtensionPolicy
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "version": "2.2.41",
    "permissions": [
        "activeTab",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.nflximg.com\/*",
        "*:\/\/*.nflxvideo.net\/*",
        "*:\/\/*.nflxext.com\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.nflximg.net\/*",
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/fleex.tv\/*",
        "*:\/\/reverso.net\/*"
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.gif",
        "img\/*.svg"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "background": {
        "scripts": [
            "background-script.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.bundle.js"
            ],
            "run_at": "document_start",
            "css": [
                "styles\/login.css",
                "styles\/no-target-subs-warning.css",
                "styles\/player.css",
                "styles\/video-hint.css"
            ]
        }
    ],
    "minimum_chrome_version": "33"
}