omegleChatBot
Automatically send messages in Omegle!
Qu'est-ce que omegleChatBot ?
omegleChatBot est une extension Chrome développée par matthiasvstephens, et sa fonction principale est "Automatically send messages in Omegle!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension omegleChatBot
Téléchargez les fichiers d'extension omegleChatBot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | anohijjffbjjnhagdipcpcocjmkcopaa |
URL Officiel | https://chrome.google.com/webstore/detail/omeglechatbot/anohijjffbjjnhagdipcpcocjmkcopaa |
Description | Automatically send messages in Omegle! |
Taille du Fichier | 23.87 KB |
Nombre d'Installations | 994 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2021-09-23 |
Date de Publication | 2021-09-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | matthiasvstephens |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mstephen19/omegle-Chat-Bot |
Langues Prises en Charge | 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" } } |