Redirect Link Checker

Redirect Link Checker

Redirect Link Checker will check all links on your page to find broken and redirect links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "Redirect Link Checker",
  "description": "Redirect Link Checker will check all links on your page to find broken and redirect links",
  "version": "1.1",
  "browser_action": {},
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ]
}