Malware & URL Scanner

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

Malware & URL Scanner란 무엇입니까?

Malware & URL Scanner은(는) D09r에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Malware & URL Scanner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Malware & URL Scanner Malware & URL Scanner
ID ianpniapgjchiheejeipopldaanbjicd
공식 URL https://chromewebstore.google.com/detail/malware-url-scanner/ianpniapgjchiheejeipopldaanbjicd
설명 Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content.
파일 크기 681 KB
설치 횟수 12,108
현재 버전 1.0
최근 업데이트 2023-04-16
출시 날짜 2020-03-19
평점 4.54/5 총 28 개의 평점
개발자 D09r
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://chrome.google.com/webstore/detail/ianpniapgjchiheejeipopldaanbjicd/support
개인정보 보호 정책 페이지 URL https://feedproxy.tumblr.com/privacy-policy
지원되는 언어 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"
            }
        }
    }
}