omegleChatBot
Automatically send messages in Omegle!
O que é omegleChatBot?
omegleChatBot é uma extensão do Chrome desenvolvida por matthiasvstephens, e sua principal característica é "Automatically send messages in Omegle!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão omegleChatBot
Baixe arquivos de extensão omegleChatBot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | anohijjffbjjnhagdipcpcocjmkcopaa |
URL Oficial | https://chrome.google.com/webstore/detail/omeglechatbot/anohijjffbjjnhagdipcpcocjmkcopaa |
Descrição | Automatically send messages in Omegle! |
Tamanho do Arquivo | 23.87 KB |
Contagem de Instalações | 994 |
Versão Atual | 2.0 |
Última Atualização | 2021-09-23 |
Data de Publicação | 2021-09-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | matthiasvstephens |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mstephen19/omegle-Chat-Bot |
Idiomas Suportados | 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" } } |