AI-Powered Language Learning Tool on Movies

FunFluen: Your Personal AI Coach on Netflix, Disney Plus, and YouTube

AI-Powered Language Learning Tool on Movies là gì?

AI-Powered Language Learning Tool on Movies là một tiện ích mở rộng Chrome được phát triển bởi https://funfluen.com, và tính năng chính của nó là "FunFluen: Your Personal AI Coach on Netflix, Disney Plus, and YouTube".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI-Powered Language Learning Tool on Movies

Tải xuống các tệp mở rộng AI-Powered Language Learning Tool on Movies 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

                        Expand Your Horizons: Our AI Helper Transforms Casual Viewing into a Rich Educational Experience on Netflix, Disney Plus!

FunFluen: Fluency Made Fun

From Watching to Speaking - The Cinematic Way to Fluency

🌟 Introducing the Ultimate Subtitle Extension! 🌟

🚀 Elevate Your Viewing Experience with features you never knew you needed until now.

🎉 ChatGPT Meets Cinema: Your Personal AI Language Coach! (Beta)
"Transform Your Movie Watching into a Language Masterclass with AI.


🔍 Double-View Subs – Why limit yourself to one? Switch between two subtitle languages in real-time! Multilingual movies? No problem.

💡 SnapMeanings – Hover over words you don’t understand and get instant translations. Dive deep into the context without missing a beat.

🎹 SwiftKeys Magic – Shortcut your way to subtitle heaven. Toggle, switch, and adjust without the hassle.

☁️ SubsUploader Pro – Have a preferred subtitle file? Upload with ease and sync perfectly with your movie.

🖐 SubsGrabber – Discovering a gem of a movie without subtitles? Grab them in a jiffy with this feature.

📖 Phrase Wallet – Found a memorable quote or phrase? Store it in your phrase wallet for later recall.

🔐 PhraseKeeper Plus – Secure your saved phrases with enhanced protection, ensuring they're always there when you want to revisit them.

⏸️ Smart Auto-Pause – Your extension auto-pauses when you're looking up a word or phrase, ensuring you never lose your spot.

🗺️ SubsNavigator – Navigate through subtitles with ease. Jump to specific dialogues or scenes in seconds.

🎉 TripleTreat Subs – For the true cinema aficionado. Engage with three subtitle languages simultaneously. Expand your linguistic horizons!

Elevate your movie nights. Dive deep into your favorite shows. Understand every dialogue. 🎬

Immerse yourself like never before with the power of our cutting-edge subtitle extension. Let every word, phrase, and emotion resonate deeper.

Install Now and Unlock a World Beyond Words!                    

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

Tên AI-Powered Language Learning Tool on Movies AI-Powered Language Learning Tool on Movies
ID hjdmhfbgpdkkdfgjfiknaacjfjljpblc
URL Chính Thức https://chromewebstore.google.com/detail/ai-powered-language-learn/hjdmhfbgpdkkdfgjfiknaacjfjljpblc
Mô tả FunFluen: Your Personal AI Coach on Netflix, Disney Plus, and YouTube
Kích Thước Tệp 3.18 MB
Số Lần Cài Đặt 680
Phiên Bản Hiện Tại 1.24.02.29
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-10-31
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://funfluen.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://funfluen.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,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": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.24.02.29",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube\/styles.css"
            ],
            "js": [
                "youtube\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/*"
            ],
            "css": [
                "netflix\/styles.css"
            ],
            "js": [
                "netflix\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/www.disneyplus.com\/*",
                "https:\/\/www.disneyplus.com\/*"
            ],
            "css": [
                "disney\/styles.css"
            ],
            "js": [
                "disney\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*.openai.com\/*",
                "https:\/\/*.openai.com\/*"
            ],
            "css": [
                "openai\/styles.css"
            ],
            "js": [
                "openai\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/funfluen.com\/subscription\/auth\/google*",
                "http:\/\/funfluen.com\/subscription\/auth\/google*"
            ],
            "js": [
                "appforlanguage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/funfluen.com\/loading\/",
                "https:\/\/funfluen.com\/loading",
                "http:\/\/www.funfluen.com\/loading"
            ],
            "js": [
                "payment\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/funfluen.com\/subscription\/subscription-result*",
                "http:\/\/www.funfluen.com\/subscription\/subscription-result*"
            ],
            "js": [
                "paymentpage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/funfluen.com\/cancelStripePage",
                "https:\/\/funfluen.com\/cancelStripePage\/",
                "http:\/\/www.funfluen.com\/cancelStripePage"
            ],
            "js": [
                "cancelStripePage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/funfluen.com\/subscription\/funfluen",
                "https:\/\/funfluen.com\/subscription\/funfluen\/",
                "http:\/\/funfluen.com\/subscription\/funfluen"
            ],
            "js": [
                "packages\/contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "backgroundscript.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png",
            "240": "images\/icon_240.png"
        },
        "default_title": "Language Learning with FunFluen\u2122",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "240": "images\/icon_240.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tts"
    ],
    "optional_permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/funfluen.com\/*",
        "https:\/\/appforlanguage.com\/*",
        "https:\/\/clients5.google.com\/*",
        "*:\/\/youtube.com\/*",
        "*:\/\/netflix.com\/*",
        "*:\/\/disneyplus.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}