Heniek CDA

Nieoficjalny plugin do CDA.pl

What is Heniek CDA?

Heniek CDA is a Chrome extension developed by Heniek, and its main feature is "Nieoficjalny plugin do CDA.pl".

Extension Screenshots

screenshot

Download Heniek CDA Extension CRX File

Download Heniek CDA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Heniek CDA Heniek CDA
ID ikmhgmgphhlodomclpfdeafoboanjklo
Official URL https://chromewebstore.google.com/detail/heniek-cda/ikmhgmgphhlodomclpfdeafoboanjklo
Description Nieoficjalny plugin do CDA.pl
File Size 5.09 KB
Installation Count 506
Current Version 1.0.4
Last Updated 2016-07-26
Publish Date 2016-07-26
Rating 2.81/5 Total 16 Ratings
Developer Heniek
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}