Forward to PTT Firefox

Examine source code of Forward to PTT

Inspect and view changes in Forward to PTT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "walkingice@web_extension_forward_to_ptt"
    }
  },
  "name": "Forward to PTT",
  "version": "0.2resigned1",
  "description": "Forward to PTT website from other domains, such as disp.cc",
  "content_scripts": [
    {
      "matches": [
        "*://*.disp.cc/*"
      ],
      "js": [
        "js/main.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ]
}

Best Forward to PTT Alternatives

Here are some Firefox add-ons that are similar to Forward to PTT: