Omegle IP locator

Omegle IP locator

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

Additional files are visible only to premium users

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