hartatkunlock

hartatkunlock

hartatkunlock

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ezmiezmar",
  "version": "0.1.0",
  "description": "dot dot dot",
  "web_accessible_resources": [
    "alter.js"
  ],
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "http://www.pokebudapest.tk/*"
      ]
    }
  ]
}