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>"
  ]
}

Meilleures alternatives Flow Intercepter

Voici quelques Firefox add-ons qui sont similaires à Flow Intercepter :