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开发的Chrome扩展程序,该扩展的主要功能是“Trace omegle video chat ip location. IP address of VPN user might not be located.”。

扩展截图

screenshot
screenshot

下载Omegle IP locator扩展crx文件

下载Omegle IP locator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
            ]
        }
    ]
}