Malware & URL Scanner

Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.

Wat is Malware & URL Scanner?

Malware & URL Scanner is een Chrome-extensie ontwikkeld door D09r, en de belangrijkste functie is "Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Malware & URL Scanner

Download Malware & URL Scanner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The URL & Malware Scanner - Stay protected from malicious, phishing, scam websites when visit or redirect to suspicious URL and malware from infecting your windows or mac by using this extension. Now, this extension available on all major browsers Chrome, Firefox and Microsoft Edge.

Note: This extension is built with freely available resources so it comes with restricted usage per day basis. We are working on to come up with upgraded version soon. You can consider supporting me with a dime to continue to develop and enhance extension features and maintenance. If you would like to support, please visit Buy Me A Coffee https://www.buymeacoffee.com/d09r to donate.

Hi there, 

I would like to hear your valuable feedback or requirements to consider in upcoming features, if you have any such feature request or come across any usage issues and would like to contribute to improve the user experience, then  please provide a rating and leave a comment on the Chrome Web Store review page.

Thanks,
D09r

Features:
- URL lookup & File scan with Malware datasets or Antivirus (VirusTotal, Google Safe Browsing, PhishTank, WOT, McAfee, Norton, Trend Micro)
- Whois lookup
- Website's SSL certificate lookup
- Geolocation IP lookup
- Reverse IP lookup
- DNS & Reverse DNS lookup
- Reverse Google Analytics lookup
- Website historical screenshots lookup
- Live HTTP headers and website extract URLs
- Google's cache & Internet Archive Wayback Machine cache lookup 
- Website category & subdomains lookup
- Website passive DNS replication lookup
- Using Google dork search queries to gather info for an URL investigation

Upcoming features:
-- Security News
-- Copy or download scan report
-- urlscan.io lookup
-- Multilingual support
-- Beta release for Safari browser

>> Mozilla Firefox
This extension also available for Firefox browser (Desktop and Android smartphones): https://addons.mozilla.org/firefox/addon/malware-url-scanner/

>> Microsoft Edge
This extension also available for Microsoft Edge browser: https://addons.mozilla.org/firefox/addon/malware-url-scanner/

[!] Report bugs, feature request

- Please report it at https://chrome.google.com/webstore/detail/ianpniapgjchiheejeipopldaanbjicd/support


[#] Take a look at my other extensions

For Chrome: https://chrome.google.com/webstore/search/d09r?_category=extensions
For Firefox: https://addons.mozilla.org/firefox/user/D09r/
For Microsoft Edge: https://microsoftedge.microsoft.com/addons/search/d09r

#d09r                    

Basisinformatie over de Extensie

Naam Malware & URL Scanner Malware & URL Scanner
ID ianpniapgjchiheejeipopldaanbjicd
Officiële URL https://chromewebstore.google.com/detail/malware-url-scanner/ianpniapgjchiheejeipopldaanbjicd
Beschrijving Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.
Bestandsgrootte 681 KB
Aantal Installaties 12,108
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-16
Publicatiedatum 2020-03-19
Beoordeling 4.54/5 Totaal 28 Beoordelingen
Ontwikkelaar D09r
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://chrome.google.com/webstore/detail/ianpniapgjchiheejeipopldaanbjicd/support
URL van de Privacybeleid Pagina https://feedproxy.tumblr.com/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Malware & URL Scanner",
    "version": "1.0",
    "description": "Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.",
    "short_name": "URL Scanner",
    "author": "D09r",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/d09r?_category=extensions",
    "icons": {
        "16": "img\/ico-16.png",
        "32": "img\/ico-32.png",
        "128": "img\/ico-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "incognito": "spanning",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "img\/ico-16.png",
            "32": "img\/ico-32.png"
        },
        "default_title": "Malware & URL Scanner - now available on Chrome, Firefox and Microsoft Edge browsers",
        "default_popup": "opt-in.html"
    },
    "offline_enabled": false,
    "omnibox": {
        "keyword": "malware"
    },
    "options_page": "url-scanner.html?utm_source=chrome&utm_medium=extension_options",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+U",
                "windows": "Ctrl+U",
                "mac": "Command+U",
                "chromeos": "Ctrl+U",
                "linux": "Ctrl+U"
            }
        }
    }
}