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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://my8bit.name และคุณลักษณะหลักของมันคือ "Using this extension you can add the subtitles for extra languages for TV series on NPO."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extra subtitles for series on NPO

ดาวน์โหลดไฟล์ส่วนขยาย 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
}