omegleChatBot

Automatically send messages in Omegle!

omegleChatBotとは何ですか?

omegleChatBotはmatthiasvstephensによって開発されたChromeの拡張機能で、その主な機能は「Automatically send messages in Omegle!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 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
Eメール [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"
    }
}