rDNS
rDNS for current domain
What is rDNS?
rDNS is a Chrome extension developed by Francisco Salazar, and its main feature is "rDNS for current domain".
Extension Screenshots
Download rDNS Extension CRX File
Download rDNS 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
Resolves a domain to its corresponding IP and get the reverse DNS for this ip. Some shortcuts are added to manage and make audit services.
Extension Basic Information
Name | rDNS |
ID | lciinhpfhnoajmnjpocibnhfgccddacc |
Official URL | https://chromewebstore.google.com/detail/rdns/lciinhpfhnoajmnjpocibnhfgccddacc |
Description | rDNS for current domain |
File Size | 51.04 KB |
Installation Count | 21 |
Current Version | 0.3 |
Last Updated | 2017-10-05 |
Publish Date | 2017-10-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Francisco Salazar |
[email protected] | |
Payment Type | free |
Extension Website | http://twitter.com/Aldaron |
Help Page URL | http://twitter.com/Aldaron |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rDNS", "description": "rDNS for current domain", "version": "0.3", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "rDNS" } } |