Heniek CDA
Nieoficjalny plugin do CDA.pl
Wat is Heniek CDA?
Heniek CDA is een Chrome-extensie ontwikkeld door Heniek, en de belangrijkste functie is "Nieoficjalny plugin do CDA.pl".
Extensie Screenshots
Download het CRX-bestand van de extensie Heniek CDA
Download Heniek CDA-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
Nieoficjalny plugin do CDA.pl, który pozwala na pobieranie oraz oglądanie w WMP filmów z CDA.pl
Są 3 opcje do wyboru. Oglądaj w przeglądarkowym playerze (wydajniejszy od playera CDA), oglądaj w Windows Media Player i jest też bezpośredni link do filmu Basisinformatie over de Extensie
| Naam | |
| ID | ikmhgmgphhlodomclpfdeafoboanjklo |
| Officiële URL | https://chromewebstore.google.com/detail/heniek-cda/ikmhgmgphhlodomclpfdeafoboanjklo |
| Beschrijving | Nieoficjalny plugin do CDA.pl |
| Bestandsgrootte | 5.09 KB |
| Aantal Installaties | 506 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2016-07-26 |
| Publicatiedatum | 2016-07-26 |
| Beoordeling | 2.81/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | Heniek |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Heniek CDA",
"description": "Nieoficjalny plugin do CDA.pl",
"version": "1.0.4",
"icons": {
"128": "icons\/ikona-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.cda.pl\/video\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_start"
}
]
} | |