LinkLedger Firefox

Examine source code of LinkLedger

By: Lauraaa
Inspect and view changes in LinkLedger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LinkLedger",
  "version": "1.0.0",
  "description": "Inventory links on a page, detect weak anchors, and inspect destination distribution.",
  "icons": {
    "48": "crest/icon-48.png",
    "96": "crest/icon-96.png",
    "128": "crest/icon-128.png"
  },
  "action": {
    "default_title": "LinkLedger",
    "default_popup": "window/inspector.html",
    "default_icon": {
      "48": "crest/icon-48.png"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "crawler/collector.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bb555f79-6acc-418e-8c4f-60bd1abfd04b}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best LinkLedger Alternatives

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