Omegle IP locator

Trace omegle video chat ip location. IP address of VPN user might not be located.

Omegle IP locator क्या है?

Omegle IP locator harvindermand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trace omegle video chat ip location. IP address of VPN user might not be located."।

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

screenshot
screenshot

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

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

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

                        No need of any configuration. Just install this extension and start using Omegle Video Chat :)

We know some omegle user get naked on video chat and disturb us, so let's get some info about these user. 

This extension will show IP location from omegle video chat of a user. Will display ip, country, city, region and also internet provider of other side user.

How it work? Omegle video chat always send you an IP address of the person with whom you are chatting. So from this IP address, we can find out his/her location.

Install the extension and then just start using Omegle video chat. On Chat window you will see user location info.

Support my work, buy me a coffee https://www.buymeacoffee.com/harvinderM

Note: It won't work with VPN.                    

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

नाम Omegle IP locator Omegle IP locator
ID bjlelflfdakmhpenaoodokchfhehacmh
आधिकारिक URL https://chromewebstore.google.com/detail/omegle-ip-locator/bjlelflfdakmhpenaoodokchfhehacmh
विवरण Trace omegle video chat ip location. IP address of VPN user might not be located.
फ़ाइल का आकार 18.05 KB
स्थापना संख्या 262,467
वर्तमान संस्करण 2.1
अंतिम अपडेट 2023-10-18
प्रकाशन तिथि 2020-12-27
रेटिंग 3.29/5 कुल 108 रेटिंग्स
डेवलपर harvindermand
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Omegle IP locator",
    "description": "Trace omegle video chat ip location. IP address of VPN user might not be located.",
    "version": "2.1",
    "action": {
        "default_icon": "browser_action_icon.png",
        "default_title": "Omegle IP locator"
    },
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/iplocation.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.omegle.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "myscript.js"
            ],
            "matches": [
                "*:\/\/*.omegle.com\/*"
            ]
        }
    ]
}