CDA ad skipper

Rozszerzenie pomija reklamę wyświetlaną przez CDA przed rozpoczęciem oglądania pożądanego filmu.

What is CDA ad skipper?

CDA ad skipper is a Chrome extension developed by Eitho, and its main feature is "Rozszerzenie pomija reklamę wyświetlaną przez CDA przed rozpoczęciem oglądania pożądanego filmu.".

Extension Screenshots

screenshot

Download CDA ad skipper Extension CRX File

Download CDA ad skipper 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

                        Kod zawarty w rozszerzeniu umożliwia szybsze cieszenie się rozrywką - oglądanie ulubionego filmu, czy serialu.                    

Extension Basic Information

Name CDA ad skipper CDA ad skipper
ID oppoldlijkmbjjaphjamdkoinmkbbgdd
Official URL https://chromewebstore.google.com/detail/cda-ad-skipper/oppoldlijkmbjjaphjamdkoinmkbbgdd
Description Rozszerzenie pomija reklamę wyświetlaną przez CDA przed rozpoczęciem oglądania pożądanego filmu.
File Size 28.25 KB
Installation Count 261
Current Version 1.0.0
Last Updated 2021-05-04
Publish Date 2021-05-03
Rating 3.67/5 Total 3 Ratings
Developer Eitho
Email [email protected]
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CDA ad skipper",
    "browser_action": {
        "default_title": "Pomijanie reklamy video na CDA"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/www.cda.pl\/video\/*",
                "http:\/\/www.cda.pl\/video\/*"
            ]
        }
    ],
    "description": "Rozszerzenie pomija reklam\u0119 wy\u015bwietlan\u0105 przez CDA przed rozpocz\u0119ciem ogl\u0105dania po\u017c\u0105danego filmu.",
    "icons": {
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 2,
    "version": "1.0.0"
}