tdgg

tdgg

With this module you can access to tdg website without premium plan You need to: - Install the module - Activate the module - Enjoy ! I your any question or other requests you can contact me

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "tdgg",
  "version": "1.1resigned1",
  "description": "Access to tdg website without premium",
  "icons": {
    "48": "icons/logo-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tdg.ch/*"
      ],
      "js": [
        "tdgg.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a0a3ba86-fba2-4f2e-81c2-ebf526c7f45e}"
    }
  }
}