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."입니다.
확장 프로그램 스크린샷
Omegle IP locator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } ] } |