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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}