Transit Trip Stitcher Firefox

Examine source code of Transit Trip Stitcher

Inspect and view changes in Transit Trip Stitcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Transit Trip Stitcher",
  "version": "1.5",
  "description": "Chain public transit legs in a single tab.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "transit-stitcher@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/maps*",
        "*://maps.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Transit Trip Stitcher Alternatives

Here are some Firefox add-ons that are similar to Transit Trip Stitcher: