DNS Into
Check DNS Report
What is DNS Into?
DNS Into is a Chrome extension developed by https://www.dnsinto.com, and its main feature is "Check DNS Report".
Extension Screenshots
Download DNS Into Extension CRX File
Download DNS Into 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
DNS INTO is a simple extension to view the DNS report for any website in the fly, just click on the icon to check the dns report. easy , simple and fast report.
Extension Basic Information
Name | DNS Into |
ID | kfpbaajciibncaiinecmpamifjkkiahe |
Official URL | https://chromewebstore.google.com/detail/dns-into/kfpbaajciibncaiinecmpamifjkkiahe |
Description | Check DNS Report |
File Size | 116 KB |
Installation Count | 104 |
Current Version | 1.0 |
Last Updated | 2017-05-23 |
Publish Date | 2017-05-22 |
Rating | 3.50/5 Total 2 Ratings |
Developer | https://www.dnsinto.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DNS Into", "short_name": "DNSINTO", "version": "1.0", "description": "Check DNS Report ", "icons": { "48": "img\/48.png", "16": "img\/16.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/128.png", "default_title": "DNS INTO Report", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |