Link Revealer Firefox

Examine source code of Link Revealer

Inspect and view changes in Link Revealer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.4",
  "manifest_version": 3,
  "name": "Link Revealer",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "https://www.virustotal.com/vtapi/*"
  ],
  "homepage_url": "https://mybrowseraddon.com/link-revealer.html",
  "description": "See the true URL for all links and improve your security!",
  "commands": {
    "_execute_action": {}
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{d3f6be6d-d92b-4fe4-872b-349455d7671e}"
    }
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "data/content_script/inject.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Link Revealer",
    "default_popup": "data/popup/popup.html",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_idle",
      "js": [
        "data/content_script/inject.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Link Revealer Alternatives

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