noMyTT

noMyTT

Eliminate redirects to www.mytischtennis.de This is an extension for users of click-tt.de. The links to www.mytischtennis.de are eliminated and the old behavior is restored.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "noMyTT",
  "description": "Eliminate redirects to www.mytischtennis.de",
  "version": "1.9",
  "icons": {
    "48": "nomytts.png",
    "128": "nomytt.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.click-tt.de/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{297b4e7c-ad60-4247-82cd-116be0340881}"
    }
  }
}