IPvBar

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

Was ist IPvBar?

IPvBar ist eine Chrome-Erweiterung, die von TxThinking entwickelt wurde, und ihr Hauptmerkmal ist "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.".

Erweiterungsscreenshots

screenshot

IPvBar-Erweiterungs-CRX-Datei herunterladen

Laden Sie IPvBar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IPvBar IPvBar
ID copjmgogifdfjkaenpallapiidcpkjbm
Offizielle URL https://chrome.google.com/webstore/detail/ipvbar/copjmgogifdfjkaenpallapiidcpkjbm
Beschreibung Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
Dateigröße 3.03 MB
Installationsanzahl 82
Aktuelle Version 2021.4.15
Letztes Update 2021-04-17
Veröffentlichungsdatum 2020-05-02
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler TxThinking
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/txthinking/ipvbar
Hilfeseite URL https://github.com/txthinking/ipvbar
URL der Datenschutzrichtlinien-Seite https://www.txthinking.com/privacy.html
Unterstützte Sprachen 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",
        ""
    ]
}