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
官方網址 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
}