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" } } |