Show My IP Addresses
Show all of your local and external (IPv4 & IPv6) addresses
Show My IP Addresses क्या है?
Show My IP Addresses Targetlock.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show all of your local and external (IPv4 & IPv6) addresses"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Show My IP Addresses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Version 1.3.0 Updates: - Even more size optimizations! - Removed advertising. Version 1.2.0 Updates: - Fixed issue where external IP addresses were not being displayed - Optimization for quicker load (We had a pesky one second delay that we couldn't stand) - Shrunk the size of the extension by 43% thanks to those optimizations! See all of your local and external IP addresses (IPv4 & IPv6) without being sent to another website! All IP addresses are shown in the extension popover when you click on the icon. Please post suggestions and reviews!
एक्सटेंशन की मूल जानकारी
नाम | Show My IP Addresses |
ID | jephmlgehnceimcjkmmafjmlmmjgdnnl |
आधिकारिक URL | https://chromewebstore.google.com/detail/show-my-ip-addresses/jephmlgehnceimcjkmmafjmlmmjgdnnl |
विवरण | Show all of your local and external (IPv4 & IPv6) addresses |
फ़ाइल का आकार | 14.52 KB |
स्थापना संख्या | 1,591 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2023-08-25 |
प्रकाशन तिथि | 2020-01-11 |
रेटिंग | 4.50/5 कुल 10 रेटिंग्स |
डेवलपर | Targetlock.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Show My IP Addresses", "short_name": "Show My IP Addresses", "description": "Show all of your local and external (IPv4 & IPv6) addresses", "version": "1.3.0", "author": "EDGE Solutions", "offline_enabled": true, "action": { "default_title": "Show My IP Addresses", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "src\/popup\/popup.html" }, "permissions": [], "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |