Assay - the URL Inspection tools

Assay - the URL Inspection tools provide information about whois, subdomain, Ads, HTTP headers, reputation, malware of a website.

Assay - the URL Inspection tools là gì?

Assay - the URL Inspection tools là một tiện ích mở rộng Chrome được phát triển bởi D09r, và tính năng chính của nó là "Assay - the URL Inspection tools provide information about whois, subdomain, Ads, HTTP headers, reputation, malware of a website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Assay - the URL Inspection tools

Tải xuống các tệp mở rộng Assay - the URL Inspection tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Assay - the URL Inspection tools provide information about whois, subdomain, GeoIP, DNS, Ads, analytics, live HTTP headers, website archives, safe frame, page source, page links, cookies, web crawlers (robots.txt), domain graph, domain reputation, and malware, phishing, scam indications of any websites.

Features
+ Web request and response monitor (Live HTTP Headers analysis)
+ Scam, Phishing and Malware detection
+ Flag the potentially risky domain
+ Auto-detect the redirection, non-secure links, broken links, javascript, images, videos, privacy policy, CSP report, malware, phishing, scam, advertisement, CDN and so on
+ Website graph - an illustration to explore the domain structure and dig into relationships
+ Whois & Subdomain lookup
+ Forward and Reverse DNS lookup
+ Geo-IP lookup (IP Location lookup)
+ SafeFrame - a controlled environment to render the website
+ Page source
+ Page archives (website historical screenshots)
+ Extracted page links (both internal & external links)
+ Reverse analytics search
+ Inspect Ads (advertisement)
+ Inspect cookies
+ Web crawler lookup (robots.txt)
+ Export the URL inspect results via download or copy to clipboard options

Privacy policy: https://d09r.github.io/assay-url-inspection-tools/privacy-policy

Mozilla Firefox: https://addons.mozilla.org/firefox/addon/assay-url-inspection-tools/
Microsoft Edge: https://microsoftedge.microsoft.com/addons/detail/bffbmkldeaakhfbaaldpcplegangmblc

Changelog:

Version 1.0 - Aug 3, 2020
- Domain reputation lookup
- Inspect cookies
- Web crawlers lookup

Version 0.6 - May 1, 2020
- Forward and Reverse DNS Lookup
- Added quick-navigation menu
- Privacy policy updated

Version 0.5 - Apr 19, 2020
- Added a website-graph feature, an illustration to explore the domain structure and dig into relationships

Version 0.4 - Apr 9, 2020
- Added a feature to auto-flag the potentially risky domain
- Performance improvements

Version 0.3 - Apr 4, 2020
- Malware detection using PhishTank & Google’s Safebrowsing
- Privacy policy updated

Version 0.2 - Mar 30, 2020
- Inspect Ads
- Geo-IP lookup (IP Location lookup)
- Page archives (historical screenshots)

Version 0.1 - Mar 6, 2020
- Live HTTP headers analysis
- SafeFrame (use to test websites or ads in a controlled environment)
- Auto-tagging such as non-SSL, redirection, scripts, iframe
- Extracted domains list
- Whois & Subdomain lookup
- Page source
- Extracted page links (both internal & external links)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Assay - the URL Inspection tools Assay - the URL Inspection tools
ID dpaahndfhbkiolfhjbeaocgmphmgidih
URL Chính Thức https://chromewebstore.google.com/detail/assay-the-url-inspection/dpaahndfhbkiolfhjbeaocgmphmgidih
Mô tả Assay - the URL Inspection tools provide information about whois, subdomain, Ads, HTTP headers, reputation, malware of a website.
Kích Thước Tệp 1 MB
Số Lần Cài Đặt 676
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-08-16
Ngày Phát Hành 2020-08-06
Nhà Phát Triển D09r
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://d09r.github.io/assay-url-inspection-tools/
URL Trang Chính Sách Bảo Mật https://feedproxy.tumblr.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,ru,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0",
    "description": "__MSG_extDescription__",
    "short_name": "Assay",
    "default_locale": "en",
    "options_page": "url-inspect.html",
    "incognito": "spanning",
    "browser_action": {
        "browser_style": true,
        "default_icon": "img\/logo\/urlins64.png",
        "default_title": "Assay - the URL inspection tools"
    },
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "img\/logo\/urlins16.png",
        "32": "img\/logo\/urlins32.png",
        "48": "img\/logo\/urlins48.png",
        "64": "img\/logo\/urlins64.png",
        "128": "img\/logo\/urlins128.png",
        "512": "img\/logo\/urlins512.png"
    },
    "author": "d09r",
    "omnibox": {
        "keyword": "assay,url inspect,url scan,ads,seo"
    },
    "homepage_url": "https:\/\/d09r.github.io\/assay-url-inspection-tools\/",
    "permissions": [
        "background",
        "storage",
        "contextMenus",
        "webRequest",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}