Omegless

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

Vad är Omegless?

Omegless är en Chrome-tillägg utvecklad av Numina Software, och dess huvudfunktion är "Refresh Omegle with a brand-new fast & lightweight interface and a set of new features.".

Tilläggsskärmbilder

screenshot

Ladda ner Omegless-förlängningens CRX-fil

Ladda ner Omegless-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        "Omegless" is a new, unobtrusive, user-friendly interface for Omegle.com that preserves the existing functionality & data of Omegle yet builds a lot of extra functionality on top of it.

"Omegless" is fast, lightweight & secure. We care about your privacy.

+ Free version features:

- Videochat: Screenshot partner
- Videochat: Record partner
- Full screen;
- Day / night mode toggle;
- Videochat: Auto-skip simulated & no cameras (bots cameras coming soon*);
- Autoreconnect;

- Cleaner, uncluttered, simplified user-interface;
- Removed ads, watermarks and any other noise from the old UI;
- Chat sounds;
- Greeting message;

## F.A.Q

Q: What formats are the recorded files saved in?
A: WebMedia (.webm). Players such as VLC, mPlayer can play it or it could be easily converted to other more popular formats such as .mp4 or .wmv;

Q: How does media recorder work?
A: At the moment it only records the partner's video and audio. The control button is a toggle which you can trigger anytime and the recorder always pauses if there is no data fed to it. After every partner a (.webm) file saves in your Downloads folder.

Q: Does the extension work in "Incognito mode"?
A: Yes. To enable it in Incognito mode, click Details on the extension from the chrome://extensions page and check 'Enable in Incognito';

Q: Will the 'Esc' key still work in 'Full-screen mode'?
A: Unfortunately not. To skip partners you would have to click the Disconnect button twice as usual. We are working on improving this.


More features are on their way for all versions.
For feedback / suggestions / critiques please e-mail us.
Purchasing now grants you lifetime updates.                    

Grundläggande Information om Tillägg

Namn Omegless Omegless
ID fobfcmkdamhalciibokmkhimaooifapm
Officiell webbadress https://chromewebstore.google.com/detail/omegless/fobfcmkdamhalciibokmkhimaooifapm
Beskrivning Refresh Omegle with a brand-new fast & lightweight interface and a set of new features.
Filstorlek 89.83 KB
Antal Installationer 534
Aktuell Version 1.1.5
Senast Uppdaterad 2022-07-21
Publiceringsdatum 2019-09-03
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare Numina Software
E-post [email protected]
Betalningssätt in_app
Stödda Språk en-US
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": [
                ""
            ]
        }
    ],
    "name": "Omegless",
    "description": "Refresh Omegle with a brand-new fast & lightweight interface and a set of new features.",
    "version": "1.1.5"
}