omegleChatBot
Automatically send messages in Omegle!
omegleChatBot là gì?
omegleChatBot là một tiện ích mở rộng Chrome được phát triển bởi matthiasvstephens, và tính năng chính của nó là "Automatically send messages in Omegle!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng omegleChatBot
Tải xuống các tệp mở rộng omegleChatBot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | anohijjffbjjnhagdipcpcocjmkcopaa |
URL Chính Thức | https://chrome.google.com/webstore/detail/omeglechatbot/anohijjffbjjnhagdipcpcocjmkcopaa |
Mô tả | Automatically send messages in Omegle! |
Kích Thước Tệp | 23.87 KB |
Số Lần Cài Đặt | 994 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2021-09-23 |
Ngày Phát Hành | 2021-09-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | matthiasvstephens |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mstephen19/omegle-Chat-Bot |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |