View IP address
Quickly check your IP address and see some other information without opening an additional page
View IP address क्या है?
View IP address Roi David द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly check your IP address and see some other information without opening an additional page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में View IP address एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
View your current public IP address and proxy information (if you use a proxy) all without opening an additional third party page. This information is retrieved from http://ident.me. 【v1.3】 Always show IPv4 IP Address 【v1.2】 Changed IP provider as ifconfig.me was really slow for a while already. 【v1.1】 ☛ Cleaner popup, no unnecessary header and browser version ☛ Copy IP-address function 【Coming soon】 ☛ Popup-preferences ☛ Choose if you want to see the User Agent ☛ Choose if you want to see the Refresh Button ☛ Choose if you want to see the Copy IP Button 【Why use this plugin instead of another IP-checker?】 ☛ This plugin doesn't open a new tab with too much info ☛ It checks your IP address every 5 minutes ☛ It notifies you of a change in your IP address ☛ Click the toolbar icon to get more information regarding your IP address in a little window ☛ This little window lets your refresh your IP-address on demand ☛ Hover over the toolbar icon to view your IP address even quicker
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mfhcchbdblkggcenfmmpgkpgphfhfcbe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/view-ip-address/mfhcchbdblkggcenfmmpgkpgphfhfcbe |
विवरण | Quickly check your IP address and see some other information without opening an additional page |
फ़ाइल का आकार | 1.31 MB |
स्थापना संख्या | 9,826 |
वर्तमान संस्करण | 1.3.2 |
अंतिम अपडेट | 2020-08-25 |
प्रकाशन तिथि | 2016-09-04 |
रेटिंग | 4.08/5 कुल 50 रेटिंग्स |
डेवलपर | Roi David |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/e/2PACX-1vTKad-m2N9mkfDUWeFrfppbP8cAaepzR8eSJQkecFb_4Z_b15JDHAtVtSAGg5p8y4Vor5FCiUOr3Yge/pub |
समर्थित भाषाएँ | de,en,fr,nl,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [], "page": "bg.html", "persistent": true }, "browser_action": { "default_icon": "ip-19.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "http:\/\/ifconfig.me\/*", "http:\/\/ident.me\/*", "http:\/\/v4.ident.me\/*", "http:\/\/v6.ident.me\/*", "*:\/\/*.whoer.net\/*", "*:\/\/*.ip-api.com\/*", "*:\/\/*.ip-secrets.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.fbcdn.net\/*", "*:\/\/*.facebook.net\/*", "*:\/\/*.google.com\/*", "*:\/\/*.googleapis.com\/*", "*:\/\/*.gstatic.com\/*", "*:\/\/*.yahoo.com\/*", "*:\/\/*.bing.com\/*", "*:\/\/*.craigslist.org\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.ggpht.com\/*", "*:\/\/*.ytimg.com\/*", "*:\/\/*.googlevideo.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.fiverr.com\/*", "*:\/\/*.fiverrcdn.com\/*", "*:\/\/*.cloudinary.com\/*", "*:\/\/*.couchsurfing.com\/*", "*:\/\/*.tinder.com\/*", "*:\/\/*.accountkit.com\/*", "*:\/\/*.gotinder.com\/*", "*:\/\/*.yandex.com\/*", "*:\/\/*.yandex.net\/*", "*:\/\/*.yandex.ru\/*", "*:\/\/*.yastatic.net\/*", "*:\/\/*.amiunique.org\/*", "*:\/\/*.iphub.info\/*", "*:\/\/*.dyndns.com\/*", "*:\/\/*.epicgames.com\/*", "*:\/\/*.netflix.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.fbsbx.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.2captcha.com\/*", "*:\/\/*.whatismyip.com\/*", "*:\/\/*.googleusercontent.com\/*", "background", "webRequest", "webRequestBlocking", "storage" ], "short_name": "__MSG_extName__", "version": "1.3.2" } |