opgg adblock

opgg adblock

block ads on opgg

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "opgg adblock",
  "description": "block ads on opgg",
  "version": "1.0.1",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "jquery.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.op.gg/*"
      ],
      "js": [
        "jquery.js",
        "execute.js"
      ]
    }
  ]
}