omegleChatBot

Automatically send messages in Omegle!

omegleChatBotคืออะไร?

omegleChatBot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matthiasvstephens และคุณลักษณะหลักของมันคือ "Automatically send messages in Omegle!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ omegleChatBot omegleChatBot
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"
    }
}