FilmComplexity: Consume media, learn language

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

Co je FilmComplexity: Consume media, learn language?

FilmComplexity: Consume media, learn language je rozšíření Chrome vyvinuté indieplatforms, a jeho hlavní funkcí je „Learn language passionately: Translate YouTube subtitles, master new words while browsing web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FilmComplexity: Consume media, learn language

Stáhněte si soubory rozšíření FilmComplexity: Consume media, learn language ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název FilmComplexity: Consume media, learn language FilmComplexity: Consume media, learn language
ID kjacmaokljifhnmeginhbnkmdcpaadfg
Oficiální URL https://chromewebstore.google.com/detail/filmcomplexity-consume-me/kjacmaokljifhnmeginhbnkmdcpaadfg
Popis Learn language passionately: Translate YouTube subtitles, master new words while browsing web.
Velikost souboru 581 KB
Počet instalací 74
Aktuální Verze 0.5.0
Poslední Aktualizace 2023-05-22
Datum Vydání 2023-01-10
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář indieplatforms
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://filmcomplexity.com
URL Stránky Zásad Ochrany Soukromí https://app.termly.io/document/privacy-policy/fe25ef47-c0ca-4b8f-b2ce-cc4ac346e9ee
Podporované Jazyky 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'"
    }
}