Check IP Location
An IP location lookup tool to show the IP Address of website server and your IP address and location.
Check IP Location क्या है?
Check IP Location https://windows11tools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An IP location lookup tool to show the IP Address of website server and your IP address and location."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Check IP Location एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Check IP Location extension from chrome is an IP lookup tool which helps you check IP address of website and your IP address. The IP address location information reveals the country, city, zip code, latitude, longitude and more. Features: Show IP address of website and your IP address. Shows the country and city where the IP address of website is located. Shows the details of IP address location of website, such as domain, IP address, latitude and longitude. Allow you check your own IP address and IP address location. Such as domain, IP address, city, country, latitude and longitude.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | llojockfgfhkfamacneabklekofeooed |
आधिकारिक URL | https://chrome.google.com/webstore/detail/check-ip-location/llojockfgfhkfamacneabklekofeooed |
विवरण | An IP location lookup tool to show the IP Address of website server and your IP address and location. |
फ़ाइल का आकार | 27.18 KB |
स्थापना संख्या | 14 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-10-23 |
प्रकाशन तिथि | 2021-10-07 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://windows11tools.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://windows11tools.com/what-is-my-ip-address/?ref=checkiplocation |
गोपनीयता नीति पृष्ठ URL | https://windows11tools.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Check IP Location", "short_name": "IP Address & Location", "author": "windows11tools.com", "description": "An IP location lookup tool to show the IP Address of website server and your IP address and location.", "homepage_url": "https:\/\/windows11tools.com", "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html", "default_title": "Show IP Address location details with 1-click" }, "icons": { "16": "icon16.png", "24": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |