Lemmy Link Firefox

Examine source code of Lemmy Link

By: fcuks
Inspect and view changes in Lemmy Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "lemmy Link",
  "version": "1.3.5",
  "author": "fcuks <@fcuks@mograph.social >",
  "manifest_version": 3,
  "description": "Extension to make it easy to interact with different Lemmy communities",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jackfox@tuta.io"
    }
  }
}

Best Lemmy Link Alternatives

Here are some Firefox add-ons that are similar to Lemmy Link: