Omegler

Omegle Chat Helper

What is Omegler?

Omegler is a Chrome extension developed by Dean Sofer, and its main feature is "Omegle Chat Helper".

Extension Screenshots

screenshot

Download Omegler Extension CRX File

Download Omegler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatically reconnects and prompts the stranger with a predefined greeting.

Features:

- Pausable auto-reconnect
- Settable auto-greeting

Code blatantly ripped from "Omegle Chat Helper" extension

Enhancements over original:

- Doesn't kick in until you start
- Pausable
- Simplified interface (removed chrome button)                    

Extension Basic Information

Name Omegler Omegler
ID epchdnfkjgpfglhodnhpllbehmjmelgc
Official URL https://chromewebstore.google.com/detail/omegler/epchdnfkjgpfglhodnhpllbehmjmelgc
Description Omegle Chat Helper
File Size 35.17 KB
Installation Count 8,072
Current Version 0.0.7
Last Updated 2021-07-17
Publish Date 2017-10-09
Rating 3.68/5 Total 41 Ratings
Developer Dean Sofer
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omegler",
    "version": "0.0.7",
    "description": "Omegle Chat Helper",
    "icons": {
        "16": "translogo.png",
        "48": "translogo.png",
        "128": "translogo.png"
    },
    "permissions": [
        "storage"
    ],
    "author": "Dean Sofer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.omegle.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "omegler.js"
            ],
            "css": [
                "omegler.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.omegle.com\/*"
        ]
    },
    "homepage_url": "https:\/\/github.com\/ProLoser",
    "incognito": "split"
}