Flixlingo

Learn a new language by watching videos! Control speed, repeat phrases, and show dual subtitles on Netflix.

Flixlingo là gì?

Flixlingo là một tiện ích mở rộng Chrome được phát triển bởi Fixlingo, và tính năng chính của nó là "Learn a new language by watching videos! Control speed, repeat phrases, and show dual subtitles on Netflix.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flixlingo

Tải xuống các tệp mở rộng Flixlingo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Learn a new language while watching a show!

The Flixlingo extension makes it fun and engaging to learn new languages. Use Flixlingo while watching shows or movies on Netflix to immerse yourself in the language you are learning!

ℹ️ Supported Platforms
Flixlingo requires an active subscription to Netflix and currently only works with Netflix.

⭐ Added Controls to Netflix:
• Dual subtitles
• Granular talking speed control
• Auto phrase repetition
• Auto pausing after phrases
• Granular general speed control

🔑 Unlock a World of Languages.
Netflix supports movies and shows in more than 20 common languages, including Chinese, Danish, Dutch, French, German, Hebrew, Italian, Japanese, Norwegian, Portuguese, Russian, Spanish, Swedish, Turkish, and more. Start learning one today!

🚦 How to Use Flixlingo
• In order to use this extension with Netflix, please go to Netflix.com and log in to your account.
• Ideally look for and play a show/movie that is speaking natively in the language you are looking to learn. (In order for this extension to work properly, the show/movie must have subtitles in both the language you are learning and the language you already know.)
• When you play a show/movie, you will notice some added menu options such as a speed controls and repetition control.
• Now, set the subtitles to be in the language you are trying to learn. Our extension will automatically show you additional subtitles in English.

🌟 Tips
For really focused learning try slightly speeding up regular playback while keeping the speech playback at a normal or slowed speed! The repetition option is a great way to capture each phrase while giving you time to process - try it out!

🌱Beta
This extension is still in beta. Please let us know of any bugs you come across so we can fix them for you!

❗ DISCLAIMER – 3RD PARTIES
All product and company names are trademarks (™) or registered (®) trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

Netflix is a trademark or registered trademark of Netflix, Inc.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flixlingo Flixlingo
ID nljiiplakcgjilhoopommpbpmjafkmlg
URL Chính Thức https://chromewebstore.google.com/detail/flixlingo/nljiiplakcgjilhoopommpbpmjafkmlg
Mô tả Learn a new language by watching videos! Control speed, repeat phrases, and show dual subtitles on Netflix.
Kích Thước Tệp 35.01 KB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2021-02-04
Ngày Phát Hành 2020-12-27
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Fixlingo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.flixlingo.com
URL Trang Trợ Giúp https://www.flixlingo.com/contact/
URL Trang Chính Sách Bảo Mật https://www.flixlingo.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.0.4",
    "homepage_url": "https:\/\/www.flixlingo.com",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "declarativeContent"
    ],
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "mainStyles.css"
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "scraper.js"
            ],
            "css": [
                "mainStyles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "playerDriver.js",
        "images\/flixlingo-icon.svg",
        "images\/flixlingo-logo-white.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/ssl.googletagmanager.com https:\/\/googletagmanager.com https:\/\/google-analytics.com; object-src 'self'"
}