Adblock pbz365@net

Adblock pbz365@net

Removes annoying big ads on pbz365@net website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Adblock pbz365@net",
  "description": "Removes annoying big ads on pbz365@net website.",
  "author": "Krunoslav Husak",
  "version": "0.1",
  "icons": {
    "128": "clean_netpbz.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://net.pbz.hr/*"
      ],
      "css": [
        "clean_netpbz.css"
      ]
    }
  ]
}