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
电子邮箱 [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"
        }
    ]
}