Pokemon No

Pokemon No

Replaces text containing pokemon go because you're too pretentious to handle it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pokemon No",
  "description": "Replaces text containing pokemon go because you're too pretentious to handle it.",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ]
}