Extra subtitles for series on NPO

Using this extension you can add the subtitles for extra languages for TV series on NPO.

Extra subtitles for series on NPOとは何ですか?

Extra subtitles for series on NPOはhttp://my8bit.nameによって開発されたChromeの拡張機能で、その主な機能は「Using this extension you can add the subtitles for extra languages for TV series on NPO.」です。

Extra subtitles for series on NPO拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Using this extension you can add the subtitles for extra languages for TV series on NPO. For more information about the list of languages and TV series that are supported please refer to https://github.com/my8bit/Subtitle-translations-for-series-on-NPO

The translation is a non-commercial, open-sourced and community-based. If you found a mistake in translation or want to add more languages please refer to https://github.com/my8bit/Subtitle-translations-for-series-on-NPO

This application was built for non-commercial educational purposes and not connected to NPO. 

All rights belong to their respective owners.                    

拡張機能の基本情報

名前 Extra subtitles for series on NPO Extra subtitles for series on NPO
ID pnonkhpifnklabpffjabobckaedgmlci
公式URL https://chrome.google.com/webstore/detail/extra-subtitles-for-serie/pnonkhpifnklabpffjabobckaedgmlci
説明 Using this extension you can add the subtitles for extra languages for TV series on NPO.
ファイルサイズ 21.64 KB
インストール数 43
現在のバージョン 1.0.1
最終更新日 2018-03-04
公開日 2018-03-04
開発者 http://my8bit.name
支払い方法 free
拡張機能のウェブサイト https://github.com/my8bit/subtitles
ヘルプページのURL https://github.com/my8bit/subtitles/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extra subtitles for series on NPO",
    "description": "Using this extension you can add the subtitles for extra languages for TV series on NPO.",
    "version": "1.0.1",
    "web_accessible_resources": [
        "extend-titles.js"
    ],
    "author": "Ihor Pavlenko ",
    "homepage_url": "https:\/\/github.com\/my8bit\/subtitles",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/start-player.npo.nl\/*"
            ],
            "js": [
                "inject-extender.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}