SubSensei

Learn Japanese by watching Anime

Wat is SubSensei?

SubSensei is een Chrome-extensie ontwikkeld door subsensei, en de belangrijkste functie is "Learn Japanese by watching Anime".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SubSensei

Download SubSensei-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam SubSensei SubSensei
ID cfhhgalffjcbijjobbklagafjadbocdn
Officiële URL https://chromewebstore.google.com/detail/subsensei/cfhhgalffjcbijjobbklagafjadbocdn
Beschrijving Learn Japanese by watching Anime
Bestandsgrootte 1.88 MB
Aantal Installaties 165
Huidige Versie 0.1.7
Laatst Bijgewerkt 2017-08-29
Publicatiedatum 2017-08-29
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar subsensei
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://subsensei.com/help
Ondersteunde Talen 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"
        }
    ]
}