Omegle Automator

Automate actions on Omegle.

Τι είναι το Omegle Automator;

Το Omegle Automator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον matthiasvstephens, και η κύρια λειτουργία του είναι "Automate actions on Omegle.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Omegle Automator

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

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

                        Say goodbye to copy-pasting! Let Omegle Automator do the work for you.

Automatically fill out interests and send messages using the Omegle Automator widget that will, after installing the extension, appear on the page on your next visit to the Omegle website.

Enter your interests, create a message sequence, and choose a few basic configurations using the widget's 3 tabs. Then, click the "Play" button. After that, the bot will do the rest of the work!

So what happens when Omegle Automator finishes sending your sequence of messages to a stranger? It simply disconnects from the current chat and starts a new one. And wha if the stranger disconnects early before the bot has finished sending all the messages in the sequence? Omegle Automator is smart, and will detect that it's been disconnected on, then quickly start a brand new chat all on its own.

Why use Omegle Automator?

1. Simple & accessible.

Most Omegle bots require you to modify configuration files, have an at least basic understanding of programming, and also must be run via your computer's terminal. This extension provides an easy to use draggable-n-collapsable widget that makes it simple to configure and start the bot with zero coding experience.

2. Reliable.

I've built various Omegle automation tools (this is my fourth one), and have enough experience to understand and adequately handle all the edge cases the bot might be put through. This extension is being regularly maintained, and each new version will bring new features and bug fixes (the widget will let you know when a new version is available).

3. Configurable.

It's extremely easy to add/remove messages to your sequence, as well as rearrange them by dragging them up or down. You can also choose how long the bot should wait between sending messages, how long to wait before sending the first message, and how long the bot should run before shutting itself off.                    

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

Όνομα Omegle Automator Omegle Automator
ID cjnledbijckhccgkhiamlpnpehfhcmkg
Επίσημο URL https://chromewebstore.google.com/detail/omegle-automator/cjnledbijckhccgkhiamlpnpehfhcmkg
Περιγραφή Automate actions on Omegle.
Μέγεθος Αρχείου 327 KB
Αριθμός Εγκαταστάσεων 1,770
Τρέχουσα Έκδοση 0.2.3
Τελευταία Ενημέρωση 2022-11-30
Ημερομηνία Δημοσίευσης 2022-11-23
Αξιολόγηση 4.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής matthiasvstephens
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/mstephen19/Omegle-Automator
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/mstephen19/Omegle-Automator/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Omegle Automator",
    "version": "0.2.3",
    "description": "Automate actions on Omegle.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "Omegle Automator"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.omegle.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}