IPvBar

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

什麼是IPvBar?

IPvBar是由TxThinking開發的Chrome擴展程式,該擴展的主要功能是“Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.”。

擴展截圖

screenshot

下載IPvBar擴展crx文件

下載IPvBar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 IPvBar IPvBar
ID copjmgogifdfjkaenpallapiidcpkjbm
官方網址 https://chrome.google.com/webstore/detail/ipvbar/copjmgogifdfjkaenpallapiidcpkjbm
簡介 Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
檔案大小 3.03 MB
安裝次數 82
目前版本 2021.4.15
更新時間 2021-04-17
上架時間 2020-05-02
評分 3.67/5 共 3 次評分
開發者 TxThinking
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/txthinking/ipvbar
說明頁面URL https://github.com/txthinking/ipvbar
隱私政策頁面URL https://www.txthinking.com/privacy.html
支援的語言 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",
        ""
    ]
}