Extra subtitles for series on NPO

Using this extension you can add the subtitles for extra languages for TV series on NPO.

Co je Extra subtitles for series on NPO?

Extra subtitles for series on NPO je rozšíření Chrome vyvinuté http://my8bit.name, a jeho hlavní funkcí je „Using this extension you can add the subtitles for extra languages for TV series on NPO.“.

Stáhnout soubor CRX rozšíření Extra subtitles for series on NPO

Stáhněte si soubory rozšíření Extra subtitles for series on NPO ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Extra subtitles for series on NPO Extra subtitles for series on NPO
ID pnonkhpifnklabpffjabobckaedgmlci
Oficiální URL https://chrome.google.com/webstore/detail/extra-subtitles-for-serie/pnonkhpifnklabpffjabobckaedgmlci
Popis Using this extension you can add the subtitles for extra languages for TV series on NPO.
Velikost souboru 21.64 KB
Počet instalací 43
Aktuální Verze 1.0.1
Poslední Aktualizace 2018-03-04
Datum Vydání 2018-03-04
Vývojář http://my8bit.name
Typ Platby free
Webové stránky Rozšíření https://github.com/my8bit/subtitles
URL Stránky Nápovědy https://github.com/my8bit/subtitles/issues
Podporované Jazyky 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
}