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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D09r และคุณลักษณะหลักของมันคือ "Malware & URL Scanner Chrome extension helps to scan websites or domain, IP for malware, phishing, and spam content."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Malware & URL Scanner

ดาวน์โหลดไฟล์ส่วนขยาย Malware & URL Scanner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            }
        }
    }
}