uschess-forum-td-level

uschess-forum-td-level

Adds certification level of posters in the user information area of uschess.org forum posts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "uschess-forum-td-level",
  "version": "0.0.8",
  "manifest_version": 3,
  "description": "Adds certification level of posters in the user information area of uschess.org forum posts",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://*.uschess.org/forums/viewtopic.php*",
        "https://*.uschess.org/msa/XtblMain.php*"
      ],
      "css": [
        "styles/main.css"
      ],
      "js": [
        "scripts/uschess-forum-td-level.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [],
  "permissions": []
}