Redirect Check

Redirect Check

Checks redirects on all selected links in the page and validates the syntax.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Redirect Check",
  "description": "Checks redirects on all selected links in the page and validates the syntax.",
  "short_name": "Redirect Check",
  "icons": {
    "128": "lib/img/rdc128.png"
  },
  "version": "1.9.6",
  "background": {
    "service_worker": "lib/js/eventPage.js"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "lib/img/rdc.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "manifest_version": 3
}