Omegle IP locator

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

Omegle IP locator là gì?

Omegle IP locator là một tiện ích mở rộng Chrome được phát triển bởi harvindermand, và tính năng chính của nó là "Trace omegle video chat ip location. IP address of VPN user might not be located.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Omegle IP locator

Tải xuống các tệp mở rộng Omegle IP locator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Omegle IP locator Omegle IP locator
ID bjlelflfdakmhpenaoodokchfhehacmh
URL Chính Thức https://chromewebstore.google.com/detail/omegle-ip-locator/bjlelflfdakmhpenaoodokchfhehacmh
Mô tả Trace omegle video chat ip location. IP address of VPN user might not be located.
Kích Thước Tệp 18.05 KB
Số Lần Cài Đặt 262,467
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-10-18
Ngày Phát Hành 2020-12-27
Đánh Giá 3.29/5 Tổng số 108 Đánh Giá
Nhà Phát Triển harvindermand
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}