Language Reactor

Improve your skills on your own, effectively and enjoyably, by watching films and series in the language you study.

Language Reactorとは何ですか?

Language ReactorはDiocoによって開発されたChromeの拡張機能で、その主な機能は「Improve your skills on your own, effectively and enjoyably, by watching films and series in the language you study.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Language Reactor拡張機能のCRXファイルをダウンロード

Language Reactor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Language Reactor is a powerful toolbox for learning languages. It helps you to discover, understand, and learn from native materials. Studying will become more effective, interesting, and enjoyable! (formerly called 'Language Learning with Netflix')

Netflix
The extension adds dual language subtitles, a popup dictionary, precise video playback controls and many more features when watching films and series on the Netflix website!

YouTube
Thousands of channels for you to watch on any topic you can imagine! Develop your comprehension with authentic language in context.

Books and Websites
Import text, Language Reactor will add a machine translation in your language and read the text with super-realistic text-to-speech.

Our extension runs on Google Chrome on desktop and laptop computers running Windows and MacOS.                    

拡張機能の基本情報

名前 Language Reactor Language Reactor
ID hoombieeljmmljlkjmnheibnpciblicm
公式URL https://chromewebstore.google.com/detail/language-reactor/hoombieeljmmljlkjmnheibnpciblicm
説明 Improve your skills on your own, effectively and enjoyably, by watching films and series in the language you study.
ファイルサイズ 784 KB
インストール数 2,152,080
現在のバージョン 5.0.0
最終更新日 2021-08-30
公開日 2020-05-07
評価 4.29/5 合計 3322 レビュー
開発者 Dioco
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.languagereactor.com
ヘルプページのURL https://www.languagereactor.com/help/basic
プライバシーポリシーページのURL http://languagelearningwithnetflix.com/privacy_policy.html
対応言語 de,en,fr,tr,es,it,hu,pl,pt-BR,sr,ru,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Language Reactor",
    "version": "5.0.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Language Reactor"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "content_netflix.js"
            ],
            "css": [],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content_youtube.js"
            ],
            "css": [],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "content_amazon.js"
            ],
            "css": [],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.languagereactor.com\/*"
            ],
            "js": [
                "content_dioco.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiczGksjvcUmUv4EsSHNmaJt4AiLifPbi7zCS5PKKnBj4FdDUHOaR2j4PBJynmobjYWOLMSt+iPyNO2w1Zvvc1kIL+aYa4jQAIbWz19TUK4z2wExsIEKXlWLka3G3AVPHD5nTlDA7dLr2wS3d2ptFaz+F1LMKj1f7QuQwpyRAuX49KdcbxFVnmuE9eRarW+cWGIzVLckhuxUUAlVSjy8L7iJ8olsjub\/TqEhIcHcDlCHoKwAhp6EW\/bI9RcWPORRxzTSydTAng5vYpy34+CsZg6PtUrTnOapB1e6ZEugYMbIPARQOp2DlOsKAKsui\/oI7Bql4eK2CQ3K5twb5qf0WwwIDAQAB"
}