Podnapisi subtitle download
Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.
Was ist Podnapisi subtitle download?
Podnapisi subtitle download ist eine Chrome-Erweiterung, die von MikeNight entwickelt wurde, und ihr Hauptmerkmal ist "Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.".
Erweiterungsscreenshots
Podnapisi subtitle download-Erweiterungs-CRX-Datei herunterladen
Laden Sie Podnapisi subtitle download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | clbmjgnlajfnddblmmlmaaneeapgpbcm |
Offizielle URL | https://chrome.google.com/webstore/detail/podnapisi-subtitle-downlo/clbmjgnlajfnddblmmlmaaneeapgpbcm |
Beschreibung | Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages. |
Dateigröße | 578 KB |
Installationsanzahl | 569 |
Aktuelle Version | 1.8.2 |
Letztes Update | 2013-10-23 |
Veröffentlichungsdatum | 2013-10-23 |
Bewertung | 1.67/5 Insgesamt 3 Bewertungen |
Entwickler | MikeNight |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |