ipty.de/av - Virus/Malware Link/File Checker

ipty.de/av - Virus/Malware Link/File Checker

Website Virus/Malware Link and File Checker. We want to help you not to stumble upon virus- and malware infected websites and files.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ipty.de/av - Virus/Malware Link/File Checker",
  "short_name": "Website Malware Link/File Checker",
  "version": "1.0.68",
  "manifest_version": 3,
  "description": "Website Virus/Malware Link and File Checker. We want to help you not to stumble upon virus- and malware infected websites and files.",
  "action": {
    "default_icon": "icon_128.png",
    "default_popup": "index.html",
    "default_title": "Check links and files for malware, viruses, worms, trojans"
  },
  "content_scripts": [
    {
      "matches": [
        "https://ipty.de/av/*"
      ],
      "js": [
        "jquery.min.js",
        "script.min.js"
      ]
    }
  ],
  "icons": {
    "128": "icon_128.png"
  }
}