Malware & URL Scanner

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

Qu'est-ce que Malware & URL Scanner ?

Malware & URL Scanner est une extension Chrome développée par D09r, et sa fonction principale est "Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Malware & URL Scanner

Téléchargez les fichiers d'extension Malware & URL Scanner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Malware & URL Scanner Malware & URL Scanner
ID ianpniapgjchiheejeipopldaanbjicd
URL Officiel https://chromewebstore.google.com/detail/malware-url-scanner/ianpniapgjchiheejeipopldaanbjicd
Description Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.
Taille du Fichier 681 KB
Nombre d'Installations 12,108
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-16
Date de Publication 2020-03-19
Évaluation 4.54/5 Total 28 Évaluations
Développeur D09r
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://chrome.google.com/webstore/detail/ianpniapgjchiheejeipopldaanbjicd/support
URL de la Page de Politique de Confidentialité https://feedproxy.tumblr.com/privacy-policy
Langues Prises en Charge 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"
            }
        }
    }
}