Chromegle - Omegle IP & Client

Elevate your Omegle experience with IP information, custom themes, automation and other general improvements.

Τι είναι το Chromegle - Omegle IP & Client;

Το Chromegle - Omegle IP & Client είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον isaacikogan, και η κύρια λειτουργία του είναι "Elevate your Omegle experience with IP information, custom themes, automation and other general improvements.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chromegle - Omegle IP & Client

Λήψη αρχείων επέκτασης Chromegle - Omegle IP & Client σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Chromegle, the OmegleWeb Client, is a fully configurable extension introducing automation, dark mode, filters, auto-skip, UI changes, ad-blocking and quality of life improvement experiences to the OmegleWeb platform. We are NOT affiliated with OmegleWeb whatsoever, nor is Chromegle a commercial product.

[NOTICE]: Chromegle is currently undergoing a makeover to support sites like OmegleWeb, EmeraldChat, and OmeTV. Some functionalities may not work. Please keep up-to-date on progress in our Discord. https://discord.gg/McNUf5HV7F

Chromegle is open-source, and NEVER collects personally identifiable data. You can confirm this yourself by viewing the code for the extension which is publicly available here: https://github.com/ChromegleApp/Chromegle2

Chromegle can manage chats with its custom auto-skip, auto-typing and message filtering. It also introduces the first ever native dark mode support on the platform, allowing you to experience THREE website themes: Dark Mode, Light Mode, and Black Mode.

Integrated into the client is an IP scraper (and geolocator) that can tell you a user's country, state/province, and city. 

Chromegle provides you with a custom paste-menu, profile notes, can take screenshots of the other user's video... and much more!

To get access to these features, just install the extension and hop on https://www.omegle.com. All configuration is opt-in!

Feel free to contact us through the Discord link included on the home-page for inquiries into any issues or suggestions to improve the service.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chromegle - Omegle IP & Client Chromegle - Omegle IP & Client
ID gcbbaikjfjmidabapdnebofcmconhdbn
Επίσημο URL https://chromewebstore.google.com/detail/chromegle-omegle-ip-clien/gcbbaikjfjmidabapdnebofcmconhdbn
Περιγραφή Elevate your Omegle experience with IP information, custom themes, automation and other general improvements.
Μέγεθος Αρχείου 9.79 MB
Αριθμός Εγκαταστάσεων 142,963
Τρέχουσα Έκδοση 4.6.0
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2021-07-22
Αξιολόγηση 4.18/5 Συνολικά 158 Αξιολογήσεις
Προγραμματιστής isaacikogan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chromegle - Omegle IP & Client",
    "description": "Elevate your Omegle experience with IP information, custom themes, automation and other general improvements.",
    "author": "Isaac Kogan",
    "homepage_url": "https:\/\/chromegle.net",
    "manifest_version": 3,
    "version": "4.6.0",
    "icons": {
        "16": "public\/images\/IconLogo.png",
        "48": "public\/images\/IconLogo.png",
        "128": "public\/images\/IconLogo.png"
    },
    "background": {
        "service_worker": "src\/ext\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "public\/css\/main.css",
                "public\/css\/settings.css"
            ],
            "js": [
                "src\/ext\/libs\/jquery-2.1.1.min.js",
                "src\/ext\/libs\/js-cookie-2.2.1.min.js",
                "src\/ext\/libs\/micromodal.min.js",
                "src\/ext\/utilities\/utilities.js",
                "src\/core\/module.js",
                "src\/core\/elements.js",
                "src\/core\/data-loaders.js",
                "src\/mods\/chat-registry.js",
                "src\/mods\/chat-manager.js",
                "src\/mods\/auto-message.js",
                "src\/mods\/auto-reconnect.js",
                "src\/mods\/ip-tools\/ip-handling.js",
                "src\/mods\/ip-tools\/ip-blocking.js",
                "src\/mods\/auto-confirm.js",
                "src\/mods\/unmoderated-chat.js",
                "src\/mods\/sync-topics.js",
                "src\/mods\/link-embed.js",
                "src\/mods\/paste-menu.js",
                "src\/mods\/filter-messages.js",
                "src\/mods\/auto-skip\/timer-skip.js",
                "src\/mods\/auto-skip\/age-skip.js",
                "src\/mods\/auto-skip\/word-skip.js",
                "src\/mods\/auto-skip\/repeat-skip.js",
                "src\/mods\/video-tools\/video-wrapper.js",
                "src\/mods\/video-tools\/video-fullscreen.js",
                "src\/mods\/video-tools\/video-screenshot.js",
                "src\/mods\/video-tools\/video-popout.js",
                "src\/mods\/video-tools\/video-blocking.js",
                "src\/mods\/clear-interests.js",
                "src\/mods\/broadcast.js",
                "src\/mods\/voice-commands\/speech-engine.js",
                "src\/mods\/voice-commands\/speech-manager.js",
                "src\/mods\/voice-commands\/intent-handlers.js",
                "src\/ext\/utilities\/logger.js",
                "src\/mods\/theme-tools\/theme-manager.js",
                "src\/mods\/theme-tools\/button-factory.js",
                "src\/mods\/theme-tools\/splash-image.js",
                "src\/mods\/theme-tools\/user-count.js",
                "src\/ext\/settings\/menu.js",
                "src\/ext\/settings\/settings.js",
                "src\/ext\/settings\/config.js",
                "src\/main.js"
            ],
            "matches": [
                "*:\/\/*.omegleweb.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/manifest.json",
                "\/public\/themes\/types\/*",
                "\/public\/*",
                "\/src\/ext\/scrape-ips.js"
            ],
            "matches": [
                "*:\/\/*.omegleweb.com\/*"
            ]
        }
    ],
    "incognito": "split",
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.omegleweb.com\/*"
        ]
    }
}