IPvBar
Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
IPvBar क्या है?
IPvBar TxThinking द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IPvBar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | copjmgogifdfjkaenpallapiidcpkjbm |
आधिकारिक URL | 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", " |