Flow Intercepter Firefox

Examine source code of Flow Intercepter

Inspect and view changes in Flow Intercepter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Flow Intercepter",
  "description": "Download intercepter for Flow",
  "version": "1.0",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "flowcatcher.essmehdi@github.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "links.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "catcher.js"
    ]
  },
  "permissions": [
    "downloads",
    "nativeMessaging",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "cookies",
    "<all_urls>"
  ]
}

Best Flow Intercepter Alternatives

Here are some Firefox add-ons that are similar to Flow Intercepter: