IntoDNS Chrome

Easy way to check the current site in IntoDNS

What is IntoDNS Chrome?

IntoDNS Chrome is a Chrome extension developed by Fisix, and its main feature is "Easy way to check the current site in IntoDNS".

Extension Screenshots

screenshot

Download IntoDNS Chrome Extension CRX File

Download IntoDNS Chrome 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

                        IntoDNS Chrome is a straightforward plug-in that allows you to query DNS statistics. With the app, you can explore the domain you're currently viewing using intoDNS in a new tab.                    

Extension Basic Information

Name IntoDNS Chrome IntoDNS Chrome
ID hmipmjjongmaabhjnllmdfehpnimjpjj
Official URL https://chromewebstore.google.com/detail/intodns-chrome/hmipmjjongmaabhjnllmdfehpnimjpjj
Description Easy way to check the current site in IntoDNS
File Size 6.32 KB
Installation Count 1,446
Current Version 1.1
Last Updated 2013-05-29
Publish Date 2013-05-29
Rating 5.00/5 Total 3 Ratings
Developer Fisix
Payment Type free
Extension Website http://usrben.com
Supported Languages en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IntoDNS Chrome",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Easy way to check the current site in IntoDNS",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}