Omegle Location Finder

Omegle Location Finder

Displays the IP and the location of the stranger in any video chat.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0.9",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.omegle.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "scripts/inject.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{431f658e-65e6-467d-b131-3ed29c155a44}"
    }
  }
}