IPvBar
Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
Co to jest IPvBar?
IPvBar to rozszerzenie Chrome opracowane przez TxThinking, a jego główną funkcją jest „Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IPvBar
Pobierz pliki rozszerzeń IPvBar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | copjmgogifdfjkaenpallapiidcpkjbm |
Oficjalny URL | https://chrome.google.com/webstore/detail/ipvbar/copjmgogifdfjkaenpallapiidcpkjbm |
Opis | Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements. |
Rozmiar pliku | 3.03 MB |
Liczba instalacji | 82 |
Aktualna Wersja | 2021.4.15 |
Ostatnia Aktualizacja | 2021-04-17 |
Data Publikacji | 2020-05-02 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | TxThinking |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/txthinking/ipvbar |
Adres URL Strony Pomocy | https://github.com/txthinking/ipvbar |
Adres URL Strony Polityki Prywatności | https://www.txthinking.com/privacy.html |
Obsługiwane Języki | 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", " |