omegleChatBot
Automatically send messages in Omegle!
Cos'è omegleChatBot?
omegleChatBot è un'estensione di Chrome sviluppata da matthiasvstephens, e la sua funzione principale è "Automatically send messages in Omegle!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione omegleChatBot
Scarica i file di estensione omegleChatBot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | anohijjffbjjnhagdipcpcocjmkcopaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/omeglechatbot/anohijjffbjjnhagdipcpcocjmkcopaa |
Descrizione | Automatically send messages in Omegle! |
Dimensione del File | 23.87 KB |
Conteggio Installazioni | 994 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2021-09-23 |
Data di Pubblicazione | 2021-09-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | matthiasvstephens |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mstephen19/omegle-Chat-Bot |
Lingue Supportate | 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" } } |