FilmComplexity: Consume media, learn language

Learn language passionately: Translate YouTube subtitles, master new words while browsing web.

What is FilmComplexity: Consume media, learn language?

FilmComplexity: Consume media, learn language is a Chrome extension developed by indieplatforms, and its main feature is "Learn language passionately: Translate YouTube subtitles, master new words while browsing web.".

Extension Screenshots

screenshot
screenshot
screenshot

Download FilmComplexity: Consume media, learn language Extension CRX File

Download FilmComplexity: Consume media, learn language 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

                        FilmComplexity is your language learning powerhouse in a Chrome Extension. It enhances YouTube language learning with seamless subtitle translation.

Simply hover your mouse for instant subtitle translations and switch between languages with a click. You'll also receive personalized video recommendations in your chosen language.

A standout feature is the intelligent word replacement. As you browse web content, FilmComplexity replaces words in your native language with their target equivalents. This innovative feature provides a unique way to learn vocabulary in context.

With FilmComplexity, you dictate the pace of your learning journey. Install today and revolutionize your language learning. Your path to fluency is just a install button away!                    

Extension Basic Information

Name FilmComplexity: Consume media, learn language FilmComplexity: Consume media, learn language
ID kjacmaokljifhnmeginhbnkmdcpaadfg
Official URL https://chromewebstore.google.com/detail/filmcomplexity-consume-me/kjacmaokljifhnmeginhbnkmdcpaadfg
Description Learn language passionately: Translate YouTube subtitles, master new words while browsing web.
File Size 581 KB
Installation Count 74
Current Version 0.5.0
Last Updated 2023-05-22
Publish Date 2023-01-10
Rating 5.00/5 Total 5 Ratings
Developer indieplatforms
Email [email protected]
Payment Type free
Extension Website https://filmcomplexity.com
Privacy Policy Page URL https://app.termly.io/document/privacy-policy/fe25ef47-c0ca-4b8f-b2ce-cc4ac346e9ee
Supported Languages id,ms,de,en,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,bn,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": "src\/options\/options.html",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.5.0.0",
    "version_name": "0.5.0",
    "action": [],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/content\/streaming\/youtube\/unisolated\/script.js",
                "src\/components\/Renderer\/fonts\/TwemojiCountryFlags.woff2"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/hook.3df49e76.js",
                "assets\/lodash.649cd151.js",
                "assets\/content.tsx.7cc98e75.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "src\/assets\/icon16.png",
        "48": "src\/assets\/icon48.png",
        "128": "src\/assets\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*youtube.com\/*",
        "https:\/\/translate.google.com\/*",
        "*:\/\/*filmcomplexity.com\/"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.tsx-loader.a8b292a3.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "assets\/content.debe025c.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}