IPvBar

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

Qu'est-ce que IPvBar ?

IPvBar est une extension Chrome développée par TxThinking, et sa fonction principale est "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IPvBar

Téléchargez les fichiers d'extension IPvBar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IPvBar IPvBar
ID copjmgogifdfjkaenpallapiidcpkjbm
URL Officiel 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.
Taille du Fichier 3.03 MB
Nombre d'Installations 82
Version Actuelle 2021.4.15
Dernière Mise à Jour 2021-04-17
Date de Publication 2020-05-02
Évaluation 3.67/5 Total 3 Évaluations
Développeur TxThinking
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/txthinking/ipvbar
URL de la Page d'Aide https://github.com/txthinking/ipvbar
URL de la Page de Politique de Confidentialité https://www.txthinking.com/privacy.html
Langues Prises en Charge 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",
        ""
    ]
}