KMSPico - NoFollow Link Detector

KMSPico - NoFollow Link Detector

Easily identify dofollow and nofollow links on any webpage in Microsoft Edge

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "./icon/16.png",
      "32": "./icon/32.png",
      "64": "./icon/64.png",
      "128": "./icon/128.png",
      "256": "./icon/256.png",
      "512": "./icon/512.png"
    },
    "default_popup": "./popup.html",
    "default_title": "KMSPico - NoFollow Link Detector"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Easily identify dofollow and nofollow links on any webpage in Microsoft Edge",
  "manifest_version": 3,
  "name": "KMSPico - NoFollow Link Detector",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0"
}