SubSensei

Learn Japanese by watching Anime

SubSenseiとは何ですか?

SubSenseiはsubsenseiによって開発されたChromeの拡張機能で、その主な機能は「Learn Japanese by watching Anime」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        SubSensei overlays interactive Japanese subtitles over anime videos. You can hover over words to see their meaning, and add them to your vocabulary list.

Learn Japanese from real sentences while enjoying the show!                    

拡張機能の基本情報

名前 SubSensei SubSensei
ID cfhhgalffjcbijjobbklagafjadbocdn
公式URL https://chromewebstore.google.com/detail/subsensei/cfhhgalffjcbijjobbklagafjadbocdn
説明 Learn Japanese by watching Anime
ファイルサイズ 1.88 MB
インストール数 165
現在のバージョン 0.1.7
最終更新日 2017-08-29
公開日 2017-08-29
評価 4.00/5 合計 3 レビュー
開発者 subsensei
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://subsensei.com/help
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SubSensei",
    "version": "0.1.7",
    "description": "Learn Japanese by watching Anime",
    "permissions": [
        "activeTab",
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:8080 https:\/\/cdn.mxpnl.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/kissanime.io\/*",
                "http:\/\/kissanime.io\/*"
            ],
            "js": [
                "page-bundle.js"
            ],
            "css": [
                "vendor\/css\/bootstrap.min.css",
                "css\/page-styles.css"
            ],
            "run_at": "document_end"
        }
    ]
}