AI-Powered Language Learning Tool on Movies

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

Apa itu AI-Powered Language Learning Tool on Movies?

AI-Powered Language Learning Tool on Movies adalah ekstensi Chrome yang dikembangkan oleh https://funfluen.com, dan fitur utamanya adalah "FunFluen: Your Personal AI Coach on Netflix, Disney Plus, and YouTube".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AI-Powered Language Learning Tool on Movies

Unduh file ekstensi AI-Powered Language Learning Tool on Movies dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama AI-Powered Language Learning Tool on Movies AI-Powered Language Learning Tool on Movies
ID hjdmhfbgpdkkdfgjfiknaacjfjljpblc
URL Resmi https://chromewebstore.google.com/detail/ai-powered-language-learn/hjdmhfbgpdkkdfgjfiknaacjfjljpblc
Deskripsi FunFluen: Your Personal AI Coach on Netflix, Disney Plus, and YouTube
Ukuran File 3.18 MB
Jumlah Instalasi 680
Versi Saat Ini 1.24.02.29
Terakhir Diperbarui 2024-03-01
Tanggal Publikasi 2023-10-31
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://funfluen.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://funfluen.com/privacy
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}