OP.GG Summoner Search

OP.GG Summoner Search

Search for the games that you have played with a certain summoner.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OP.GG Summoner Search",
  "description": "Search for the games that you have played with a certain summoner.",
  "version": "3.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.op.gg/summoner/userName=*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "opgg16.png",
    "48": "opgg48.png",
    "128": "opgg128.png"
  }
}