SubSensei

Learn Japanese by watching Anime

What is SubSensei?

SubSensei is a Chrome extension developed by subsensei, and its main feature is "Learn Japanese by watching Anime".

Extension Screenshots

screenshot
screenshot
screenshot

Download SubSensei Extension CRX File

Download SubSensei extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name SubSensei SubSensei
ID cfhhgalffjcbijjobbklagafjadbocdn
Official URL https://chromewebstore.google.com/detail/subsensei/cfhhgalffjcbijjobbklagafjadbocdn
Description Learn Japanese by watching Anime
File Size 1.88 MB
Installation Count 165
Current Version 0.1.7
Last Updated 2017-08-29
Publish Date 2017-08-29
Rating 4.00/5 Total 3 Ratings
Developer subsensei
Email [email protected]
Payment Type free
Help Page URL https://subsensei.com/help
Supported Languages 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"
        }
    ]
}