omegleChatBot
Automatically send messages in Omegle!
什么是omegleChatBot?
omegleChatBot是由matthiasvstephens开发的Chrome扩展程序,该扩展的主要功能是“Automatically send messages in Omegle!”。
扩展截图
下载omegleChatBot扩展crx文件
下载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" } } |