App Firefox

Examine source code of App

Inspect and view changes in App source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Ext",
  "version": "3.0.0",
  "description": "Extract all hyperlinks from the current page and list them. Filter by domain and copy the full list to clipboard.",
  "browser_specific_settings": {
    "gecko": {
      "id": "linkexst@lefxext.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ],
  "action": {
    "default_title": "Ext"
  },
  "background": {
    "scripts": [
      "x.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  }
}

Best App Alternatives

Here are some Firefox add-ons that are similar to App: