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
}