CDA ad skipper

CDA ad skipper

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

Merlin
Additional files are visible only to premium users

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ę wyświetlaną przez CDA przed rozpoczęciem oglądania pożądanego filmu.",
  "icons": {
    "128": "img/128.png",
    "256": "img/256.png"
  },
  "manifest_version": 2,
  "version": "1.0.0"
}