IP Analyzer

IP Analyzer

What is IP Analyzer?

IP Analyzer is a Chrome extension developed by Christoforos Aslanov, and its main feature is "IP Analyzer".

Extension Screenshots

screenshot

Download IP Analyzer Extension CRX File

Download IP Analyzer 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

                        This extension shows you info about an ip like rdns, whois, blacklists, location etc

ipalyzer.com is used to show the ip info

by default the ip of the current tab is loaded, you can lookup for any ip                    

Extension Basic Information

Name IP Analyzer IP Analyzer
ID ggbpnkpnpchbgnahdhnpikmldfmmkfom
Official URL https://chromewebstore.google.com/detail/ip-analyzer/ggbpnkpnpchbgnahdhnpikmldfmmkfom
Description IP Analyzer
File Size 18.45 KB
Installation Count 40
Current Version 1.0.2
Last Updated 2019-06-25
Publish Date 2019-06-20
Rating 5.00/5 Total 1 Ratings
Developer Christoforos Aslanov
Payment Type free
Extension Website https://github.com/chr314/ipalyzer-extension
Help Page URL https://github.com/chr314/ipalyzer-extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Analyzer",
    "version": "1.0.2",
    "description": "IP Analyzer",
    "homepage_url": "https:\/\/github.com\/chr314\/ipalyzer-extension",
    "author": "Aslanov Christoforos",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "IP Analyzer",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "images\/icon.16.png",
            "32": "images\/icon.32.png",
            "48": "images\/icon.48.png",
            "128": "images\/icon.128.png"
        }
    },
    "icons": {
        "16": "images\/icon.16.png",
        "32": "images\/icon.32.png",
        "48": "images\/icon.48.png",
        "128": "images\/icon.128.png"
    },
    "manifest_version": 2
}