BBO Forum Handviewer T-ifier

BBO Forum Handviewer T-ifier

Make BBO Forum handviewer better, by using T instead of 10 in diagrams.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Make BBO Forum handviewer better, by using T instead of 10 in diagrams.",
  "name": "BBO Forum Handviewer T-ifier",
  "content_scripts": [
    {
      "matches": [
        "http://www.bridgebase.com/tools/handviewer*",
        "http://www.bridgebase.com/forum*"
      ],
      "all_frames": true,
      "js": [
        "jquery-1.9.1.min.js",
        "extension.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "version": "1.1"
}