NoIndex,NoFollow Meta Tag Checker

NoIndex,NoFollow Meta Tag Checker

https://github.com/richard-parnaby-king/Meta-Checker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NoIndex,NoFollow Meta Tag Checker",
  "description": "https://github.com/richard-parnaby-king/Meta-Checker",
  "version": "1.1",
  "homepage_url": "https://github.com/richard-parnaby-king/External-Followed-Link-Highlighter",
  "author": "Richard Parnaby-King",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  }
}