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
}