Omegle IP locator

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

Was ist Omegle IP locator?

Omegle IP locator ist eine Chrome-Erweiterung, die von harvindermand entwickelt wurde, und ihr Hauptmerkmal ist "Trace omegle video chat ip location. IP address of VPN user might not be located.".

Erweiterungsscreenshots

screenshot
screenshot

Omegle IP locator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Omegle IP locator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Omegle IP locator Omegle IP locator
ID bjlelflfdakmhpenaoodokchfhehacmh
Offizielle URL https://chromewebstore.google.com/detail/omegle-ip-locator/bjlelflfdakmhpenaoodokchfhehacmh
Beschreibung Trace omegle video chat ip location. IP address of VPN user might not be located.
Dateigröße 18.05 KB
Installationsanzahl 262,467
Aktuelle Version 2.1
Letztes Update 2023-10-18
Veröffentlichungsdatum 2020-12-27
Bewertung 3.29/5 Insgesamt 108 Bewertungen
Entwickler harvindermand
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}