DnD does not Exist

DnD does not Exist

Replaces references to the worlds most nonexistent roleplaying game with other RPG's that actually exist.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DnD does not Exist",
  "description": "Replaces references to the worlds most nonexistent roleplaying game with other RPG's that actually exist.",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}