FilmComplexity: Consume media, learn language

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

FilmComplexity: Consume media, learn language란 무엇입니까?

FilmComplexity: Consume media, learn language은(는) indieplatforms에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn language passionately: Translate YouTube subtitles, master new words while browsing web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FilmComplexity: Consume media, learn language 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 FilmComplexity: Consume media, learn language FilmComplexity: Consume media, learn language
ID kjacmaokljifhnmeginhbnkmdcpaadfg
공식 URL https://chromewebstore.google.com/detail/filmcomplexity-consume-me/kjacmaokljifhnmeginhbnkmdcpaadfg
설명 Learn language passionately: Translate YouTube subtitles, master new words while browsing web.
파일 크기 581 KB
설치 횟수 74
현재 버전 0.5.0
최근 업데이트 2023-05-22
출시 날짜 2023-01-10
평점 5.00/5 총 5 개의 평점
개발자 indieplatforms
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://filmcomplexity.com
개인정보 보호 정책 페이지 URL https://app.termly.io/document/privacy-policy/fe25ef47-c0ca-4b8f-b2ce-cc4ac346e9ee
지원되는 언어 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'"
    }
}