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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}