omegleChatBot
Automatically send messages in Omegle!
Τι είναι το omegleChatBot;
Το omegleChatBot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον matthiasvstephens, και η κύρια λειτουργία του είναι "Automatically send messages in Omegle!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης omegleChatBot
Λήψη αρχείων επέκτασης omegleChatBot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Quickly and automatically send custom messages on Omegle every 3.5 seconds! With this bot, you are able to easily advertise yourself or spread an idea/message to hundreds to thousands of people on Omegle! This extension will automatically append a non-intrusive custom window to the top right of the https://omegle.com website. This allows you to choose to use it, or not.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | anohijjffbjjnhagdipcpcocjmkcopaa |
Επίσημο URL | https://chrome.google.com/webstore/detail/omeglechatbot/anohijjffbjjnhagdipcpcocjmkcopaa |
Περιγραφή | Automatically send messages in Omegle! |
Μέγεθος Αρχείου | 23.87 KB |
Αριθμός Εγκαταστάσεων | 994 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2021-09-23 |
Ημερομηνία Δημοσίευσης | 2021-09-23 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | matthiasvstephens |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/mstephen19/omegle-Chat-Bot |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "omegleChatBot", "version_name": "2.0", "version": "0.002", "description": "Automatically send messages in Omegle!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.omegle.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "omegleChatBot" } } |