Catch The Links Firefox

Examine source code of Catch The Links

By: Kepo Add-on
Inspect and view changes in Catch The Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Catch The Links",
  "version": "1.0",
  "description": "Links fall like rain. Use the mouse 'catcher' to catch as many falling links as you can.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2db2de48-74df-4393-b82f-535dda1f8f75}"
    }
  }
}

Best Catch The Links Alternatives

Here are some Firefox add-ons that are similar to Catch The Links: