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 là gì?

Extra subtitles for series on NPO là một tiện ích mở rộng Chrome được phát triển bởi http://my8bit.name, và tính năng chính của nó là "Using this extension you can add the subtitles for extra languages for TV series on NPO.".

Tải xuống tệp CRX của tiện ích mở rộng Extra subtitles for series on NPO

Tải xuống các tệp mở rộng Extra subtitles for series on NPO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extra subtitles for series on NPO Extra subtitles for series on NPO
ID pnonkhpifnklabpffjabobckaedgmlci
URL Chính Thức https://chrome.google.com/webstore/detail/extra-subtitles-for-serie/pnonkhpifnklabpffjabobckaedgmlci
Mô tả Using this extension you can add the subtitles for extra languages for TV series on NPO.
Kích Thước Tệp 21.64 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-03-04
Ngày Phát Hành 2018-03-04
Nhà Phát Triển http://my8bit.name
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/my8bit/subtitles
URL Trang Trợ Giúp https://github.com/my8bit/subtitles/issues
Ngôn Ngữ Được Hỗ Trợ 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
}