tv3adblock

tv3adblock

Skip TV3 Play ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Skip TV3 Play ads",
  "name": "tv3adblock",
  "permissions": [
    "http://*.viastream.viasat.tv/*"
  ],
  "homepage_url": "https://chrome.google.com/webstore/detail/tv3adblock/pkefobmhooffjmbmfoagpmgidhihnmii",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.tv3play.lv/*"
      ],
      "js": [
        "jquery.js",
        "flowplayer.js",
        "tv3adblock.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "version": "1.1"
}