Examine source code of Highlight nofollow Links SEO

Inspect and view changes in Highlight nofollow Links SEO source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "Toggle highlighting on nofollow links. No need to use the Inspector or View Page Source.",
  "manifest_version": 2,
  "name": "Highlight nofollow Links SEO",
  "version": "1.0",
  "homepage_url": "https://deepernorth.com",
  "icons": {
    "48": "icon-48.svg",
    "96": "icon-48.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "off.svg",
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}