show-my-ip
View your IP address
show-my-ip क्या है?
show-my-ip http://twin.sh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View your IP address"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में show-my-ip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Add-on allows you to view your browser without having to navigate to sites like https://www.whatismyip.com/ This extension is also open source, and you can see it at the following address: https://github.com/TwiN/show-my-ip This add-on does not save any of your information, however, since it's not possible to directly access your public IP address without a 3rd party server, it does require access to the following URL: https://twin.sh/api/v1/ip In case that API goes down, a call will be made to the fallback API: http://ip-api.com/line?fields=query
एक्सटेंशन की मूल जानकारी
नाम | |
ID | njjhkglmjpklhkfchpjdjjnfjjmeghho |
आधिकारिक URL | https://chrome.google.com/webstore/detail/show-my-ip/njjhkglmjpklhkfchpjdjjnfjjmeghho |
विवरण | View your IP address |
फ़ाइल का आकार | 13.25 KB |
स्थापना संख्या | 278 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2021-11-02 |
प्रकाशन तिथि | 2019-11-29 |
डेवलपर | http://twin.sh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "show-my-ip", "description": "View your IP address", "version": "1.6", "homepage_url": "https:\/\/github.com\/TwinProduction\/show-my-ip", "manifest_version": 2, "author": "TwinProduction", "icons": { "16": "data\/icon-16.png", "32": "data\/icon-32.png", "64": "data\/icon-64.png", "128": "data\/icon-128.png" }, "browser_action": { "default_title": "Display your IP address", "default_popup": "data\/index.html", "default_icon": { "16": "data\/icon-16.png", "32": "data\/icon-32.png", "64": "data\/icon-64.png", "128": "data\/icon-128.png" } }, "permissions": [ "https:\/\/twin.sh\/api\/v1\/ip", "http:\/\/ip-api.com\/line?fields=query", "webRequest", "clipboardWrite" ] } |