noFollow Link Finder

noFollow Link Finder

No Follow Links Finder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "noFollow Link Finder",
  "version": "1.0",
  "description": "No Follow Links Finder",
  "action": {
    "default_icon": {
      "16": "./logo/16.png",
      "24": "./logo/24.png",
      "32": "./logo/32.png",
      "48": "./logo/48.png",
      "128": "./logo/128.png"
    },
    "default_title": "noFollow Link Finder",
    "default_popup": "./popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}