Linktree Firefox

Examine source code of Linktree

Inspect and view changes in Linktree source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Linktree",
  "version": "1.0.6",
  "description": "Allows user to add current tab url to Linktree as a new link with one click.",
  "icons": {
    "16": "/icons/LinktreeIcon_Colour16.png",
    "32": "/icons/LinktreeIcon_Colour32.png",
    "48": "/icons/LinktreeIcon_Colour48.png",
    "128": "/icons/LinktreeIcon_Colour128.png"
  },
  "browser_action": {
    "default_icon": "/icons/LinktreeIcon_Colour32.png",
    "default_title": "Linktree",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "exclude_matches": [
        "*://linktr.ee/admin*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/popup.js"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ]
}

Best Linktree Alternatives

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