IPvBar

Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.

What is IPvBar?

IPvBar is a Chrome extension developed by TxThinking, and its main feature is "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.".

Extension Screenshots

screenshot

Download IPvBar Extension CRX File

Download IPvBar 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

                        When you install IPvBar, the IPvBar icon will appear on your chrome. When you are browsing the website, click on the IPvBar icon, and you will see the domain name list, IP list and IP corresponding country information of the current web page request.                    

Extension Basic Information

Name IPvBar IPvBar
ID copjmgogifdfjkaenpallapiidcpkjbm
Official URL https://chrome.google.com/webstore/detail/ipvbar/copjmgogifdfjkaenpallapiidcpkjbm
Description Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
File Size 3.03 MB
Installation Count 82
Current Version 2021.4.15
Last Updated 2021-04-17
Publish Date 2020-05-02
Rating 3.67/5 Total 3 Ratings
Developer TxThinking
Email [email protected]
Payment Type free
Extension Website https://github.com/txthinking/ipvbar
Help Page URL https://github.com/txthinking/ipvbar
Privacy Policy Page URL https://www.txthinking.com/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPvBar",
    "manifest_version": 2,
    "version": "2021.4.15",
    "minimum_chrome_version": "26",
    "description": "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.",
    "homepage_url": "https:\/\/github.com\/txthinking\/ipvbar",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "common.js",
            "wasm_exec.js",
            "client.js",
            "b.js",
            "background.js"
        ]
    },
    "page_action": {
        "dummy": "http:\/\/crbug.com\/86449"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'wasm-eval'; object-src 'self'",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        ""
    ]
}