MyTeslaMate Token Connector Firefox

Examine source code of MyTeslaMate Token Connector

Inspect and view changes in MyTeslaMate Token Connector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MyTeslaMate Token Connector",
  "version": "1.0.6",
  "description": "Connect your Tesla account to MyTeslaMate in one click — captures the Tesla login callback, no copy/paste, no mobile app.",
  "permissions": [
    "webNavigation"
  ],
  "host_permissions": [
    "*://app.myteslamate.com/*",
    "*://auth.tesla.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://auth.tesla.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "world": "MAIN",
      "all_frames": true
    },
    {
      "matches": [
        "https://app.myteslamate.com/*"
      ],
      "js": [
        "detect.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "MyTeslaMate Token Connector",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "token-connector@myteslamate.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best MyTeslaMate Token Connector Alternatives

Here are some Firefox add-ons that are similar to MyTeslaMate Token Connector: