Podnapisi subtitle download
Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.
Wat is Podnapisi subtitle download?
Podnapisi subtitle download is een Chrome-extensie ontwikkeld door MikeNight, en de belangrijkste functie is "Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Podnapisi subtitle download
Download Podnapisi subtitle download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | clbmjgnlajfnddblmmlmaaneeapgpbcm |
Officiële URL | https://chrome.google.com/webstore/detail/podnapisi-subtitle-downlo/clbmjgnlajfnddblmmlmaaneeapgpbcm |
Beschrijving | Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages. |
Bestandsgrootte | 578 KB |
Aantal Installaties | 569 |
Huidige Versie | 1.8.2 |
Laatst Bijgewerkt | 2013-10-23 |
Publicatiedatum | 2013-10-23 |
Beoordeling | 1.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | MikeNight |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |