Malware & URL Scanner

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

Cos'è Malware & URL Scanner?

Malware & URL Scanner è un'estensione di Chrome sviluppata da D09r, e la sua funzione principale è "Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Malware & URL Scanner

Scarica i file di estensione Malware & URL Scanner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Malware & URL Scanner Malware & URL Scanner
ID ianpniapgjchiheejeipopldaanbjicd
URL Ufficiale https://chromewebstore.google.com/detail/malware-url-scanner/ianpniapgjchiheejeipopldaanbjicd
Descrizione Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.
Dimensione del File 681 KB
Conteggio Installazioni 12,108
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-16
Data di Pubblicazione 2020-03-19
Valutazione 4.54/5 Totale 28 Valutazioni
Sviluppatore D09r
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://chrome.google.com/webstore/detail/ianpniapgjchiheejeipopldaanbjicd/support
URL della Pagina della Politica sulla Privacy https://feedproxy.tumblr.com/privacy-policy
Lingue Supportate 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"
            }
        }
    }
}