ScanURL.me

ScanURL.me

Right click on URL to discover where they actually lead to and get the security risks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "description": "Right click on URL to discover where they actually lead to and get the security risks.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "ScanURL.me",
  "homepage_url": "https://scanurl.me",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "contextMenus",
    "menus"
  ],
  "version": "1.0"
}