IP Address & Geolocation

Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses.

IP Address & Geolocation क्या है?

IP Address & Geolocation https://aykutcevik.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IP Address & Geolocation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A badge of your current country is shown on the icon, which will refresh every 3s. So you can easily see, if you have a broken VPN or proxy connection when the country-code changes unexpectedly. Additionally a notification appears on your desktop when one of your IP addresses (IPv4 or IPv6) has changed - of course, it can be turned off in settings.

You can also display your position on a map by clicking the corresponding button next to the IP address.

Your user agent is shown in the entries as well.

Please feel free to contribute at GitHub:
https://github.com/AykutCevik/Geolocate-IP-Browser-Extension

The request to the server to obtain your geolocational information is secured at least with TLSv1. Also Perfect Forward Secrecy is enabled.                    

एक्सटेंशन की मूल जानकारी

नाम IP Address & Geolocation IP Address & Geolocation
ID lfncinhjhjgebfnnblppmbmkgjgifhdf
आधिकारिक URL https://chromewebstore.google.com/detail/ip-address-geolocation/lfncinhjhjgebfnnblppmbmkgjgifhdf
विवरण Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses.
फ़ाइल का आकार 373 KB
स्थापना संख्या 10,164
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2022-08-19
प्रकाशन तिथि 2020-04-10
रेटिंग 4.15/5 कुल 33 रेटिंग्स
डेवलपर https://aykutcevik.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AykutCevik/Geolocate-IP-Browser-Extension
सहायता पृष्ठ URL https://github.com/AykutCevik/Geolocate-IP-Browser-Extension/issues
गोपनीयता नीति पृष्ठ URL https://aykutcevik.com/blog/extensions-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Address & Geolocation",
    "version": "2.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses.",
    "background": {
        "page": "background.html"
    },
    "incognito": "split",
    "minimum_chrome_version": "25",
    "offline_enabled": false,
    "options_page": "options.html",
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "IP Address & Geolocation"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "open_in_tab": true
    }
}