Podnapisi subtitle download

Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.

Hvad er Podnapisi subtitle download?

Podnapisi subtitle download er en Chrome-udvidelse udviklet af MikeNight, og dens hovedfunktion er "Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.".

Udvidelsesskærmbilleder

screenshot

Download Podnapisi subtitle download-udvidelses-CRX-fil

Download Podnapisi subtitle download-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

                                            

Grundlæggende oplysninger om udvidelsen

Navn Podnapisi subtitle download Podnapisi subtitle download
ID clbmjgnlajfnddblmmlmaaneeapgpbcm
Officiel URL https://chrome.google.com/webstore/detail/podnapisi-subtitle-downlo/clbmjgnlajfnddblmmlmaaneeapgpbcm
Beskrivelse Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.
Filstørrelse 578 KB
Antal Installationer 569
Nuværende Version 1.8.2
Senest Opdateret 2013-10-23
Udgivelsesdato 2013-10-23
Bedømmelse 1.67/5 Samlet 3 Bedømmelser
Udvikler MikeNight
Betalingsmetode free
Understøttede Sprog pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "podnapisi.js"
            ],
            "matches": [
                "http:\/\/*.podnapisi.net\/*"
            ]
        }
    ],
    "description": "Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.",
    "icons": {
        "128": "logo_128.png",
        "48": "logo_48.png"
    },
    "manifest_version": 2,
    "name": "Podnapisi subtitle download",
    "version": "1.8.2",
    "web_accessible_resources": [
        "download.png",
        "downloaded.png",
        "loading.gif",
        "domready.js"
    ]
}