VirusTotal Website Security Check

VirusTotal Website Security Check

Automatically opens a VirusTotal website scan page on the URL you are visiting right now, in just a click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "VirusTotal Website Security Check",
  "version": "1.0",
  "description": "Automatically opens a VirusTotal website scan page on the URL you are visiting right now, in just a click of a button.",
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "192": "android-chrome-192x192.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "favicon-16x16.png",
      "32": "favicon-32x32.png",
      "192": "android-chrome-192x192.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c07a6f5d-b675-4f5e-8f1c-10de916c80b2}"
    }
  }
}