DNS lookup - HTTP status
Analyze domain dns zone and http status
What is DNS lookup - HTTP status?
DNS lookup - HTTP status is a Chrome extension developed by Sylvain M Marc-Andre G, and its main feature is "Analyze domain dns zone and http status".
Extension Screenshots
Download DNS lookup - HTTP status Extension CRX File
Download DNS lookup - HTTP status extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Resolve DNS zone and check http status
Extension Basic Information
Name | DNS lookup - HTTP status |
ID | ldofhkbmbgplenhclhekpidbmgecnehb |
Official URL | https://chromewebstore.google.com/detail/dns-lookup-http-status/ldofhkbmbgplenhclhekpidbmgecnehb |
Description | Analyze domain dns zone and http status |
File Size | 92.57 KB |
Installation Count | 527 |
Current Version | 1.6 |
Last Updated | 2018-07-06 |
Publish Date | 2018-07-06 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Sylvain M Marc-Andre G |
[email protected] | |
Payment Type | free |
Extension Website | https://ns-lookup.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DNS lookup - HTTP status", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Analyze domain dns zone and http status", "version": "1.6", "permissions": [ "tabs", "https:\/\/ns-lookup.io\/" ], "web_accessible_resources": [ "script.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |