Omegless

Omegless

Refresh Omegle with a brand-new fast & lightweight interface and a set of new features.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.omegle.com/*"
  ],
  "icons": {
    "128": "assets/icon_128_studio.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; "
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.omegle.com/"
      ],
      "css": [
        "./index.css"
      ],
      "js": [
        "./omegless.js"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": "assets/icon_128_studio.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/sounds/beep.mp3",
        "xhr.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "name": "Omegless",
  "description": "Refresh Omegle with a brand-new fast & lightweight interface and a set of new features.",
  "version": "1.1.5"
}