AI-Powered Language Learning Tool on Movies

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

What is AI-Powered Language Learning Tool on Movies?

AI-Powered Language Learning Tool on Movies is a Chrome extension developed by https://funfluen.com, and its main feature is "FunFluen: Your Personal AI Coach on Netflix, Disney Plus, and YouTube".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AI-Powered Language Learning Tool on Movies Extension CRX File

Download AI-Powered Language Learning Tool on Movies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name AI-Powered Language Learning Tool on Movies AI-Powered Language Learning Tool on Movies
ID hjdmhfbgpdkkdfgjfiknaacjfjljpblc
Official URL https://chromewebstore.google.com/detail/ai-powered-language-learn/hjdmhfbgpdkkdfgjfiknaacjfjljpblc
Description FunFluen: Your Personal AI Coach on Netflix, Disney Plus, and YouTube
File Size 3.18 MB
Installation Count 680
Current Version 1.24.02.29
Last Updated 2024-03-01
Publish Date 2023-10-31
Rating 5.00/5 Total 2 Ratings
Developer https://funfluen.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://funfluen.com/privacy
Supported Languages 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}