Extra subtitles for series on NPO

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

Hvad er Extra subtitles for series on NPO?

Extra subtitles for series on NPO er en Chrome-udvidelse udviklet af http://my8bit.name, og dens hovedfunktion er "Using this extension you can add the subtitles for extra languages for TV series on NPO.".

Download Extra subtitles for series on NPO-udvidelses-CRX-fil

Download Extra subtitles for series on NPO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Extra subtitles for series on NPO Extra subtitles for series on NPO
ID pnonkhpifnklabpffjabobckaedgmlci
Officiel URL https://chrome.google.com/webstore/detail/extra-subtitles-for-serie/pnonkhpifnklabpffjabobckaedgmlci
Beskrivelse Using this extension you can add the subtitles for extra languages for TV series on NPO.
Filstørrelse 21.64 KB
Antal Installationer 43
Nuværende Version 1.0.1
Senest Opdateret 2018-03-04
Udgivelsesdato 2018-03-04
Udvikler http://my8bit.name
Betalingsmetode free
Udvidelseswebsted https://github.com/my8bit/subtitles
Hjælpeside-URL https://github.com/my8bit/subtitles/issues
Understøttede Sprog 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
}