IP Address Information by IPinfo.io
Get all the details for the web page's IP address, including geolocation, network, ASN, and more.
IP Address Information by IPinfo.io क्या है?
IP Address Information by IPinfo.io https://ipinfo.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get all the details for the web page's IP address, including geolocation, network, ASN, and more."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IP Address Information by IPinfo.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
IPinfo.io Chrome Extension gives you the full IP address information about the server of the website you're visiting. It also shows you the map with the approximate distance between the website server and your location. In addition, you can select any IP or ASN text on the page and view it on the IPinfo website via the context menu. Here's the list of the data points displayed: - IP address - City - Region - Country - Latitude & Longitude - Postal code - Timezone - Reverse hostname - Anycast - ASN details - Carrier details - Company details - Privacy details (e.g. Hosting/Tor/VPN/Proxy) - Abuse details
एक्सटेंशन की मूल जानकारी
नाम | IP Address Information by IPinfo.io |
ID | dfdphlgjcfobnklpiiobcfmbdnmihjpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/ip-address-information-by/dfdphlgjcfobnklpiiobcfmbdnmihjpo |
विवरण | Get all the details for the web page's IP address, including geolocation, network, ASN, and more. |
फ़ाइल का आकार | 1.52 MB |
स्थापना संख्या | 3,245 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2021-11-11 |
प्रकाशन तिथि | 2015-12-25 |
रेटिंग | 3.95/5 कुल 19 रेटिंग्स |
डेवलपर | https://ipinfo.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ipinfo.io |
सहायता पृष्ठ URL | https://ipinfo.io/developers |
गोपनीयता नीति पृष्ठ URL | https://ipinfo.io/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Address Information by IPinfo.io", "description": "Get all the details for the web page's IP address, including geolocation, network, ASN, and more.", "version": "1.2.1", "manifest_version": 2, "author": "IPinfo Team", "homepage_url": "https:\/\/ipinfo.io", "permissions": [ "webRequest", "storage", "geolocation", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "common.js", "ctxmenu.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false } } |