GDQ Schedule Enhancement

GDQ Schedule Enhancement

Adds a toggle to GDQ Schedule table, which allows hiding already finished runs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Adds a toggle to GDQ Schedule table, which allows hiding already finished runs",
  "manifest_version": 2,
  "name": "GDQ Schedule Enhancement",
  "version": "1.2",
  "homepage_url": "https://github.com/graynk/gdq-schedule-extension",
  "icons": {
    "48": "icons/gdq-48.png",
    "128": "icons/gdq-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://gamesdonequick.com/schedule"
      ],
      "js": [
        "schedule.js"
      ]
    }
  ]
}