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文件

下載FilmComplexity: Consume media, learn language擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
    }
}