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
官方網址 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\/*"
            ]
        }
    ]
}