omegleChatBot

Automatically send messages in Omegle!

Was ist omegleChatBot?

omegleChatBot ist eine Chrome-Erweiterung, die von matthiasvstephens entwickelt wurde, und ihr Hauptmerkmal ist "Automatically send messages in Omegle!".

Erweiterungsscreenshots

screenshot
screenshot

omegleChatBot-Erweiterungs-CRX-Datei herunterladen

Laden Sie omegleChatBot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name omegleChatBot omegleChatBot
ID anohijjffbjjnhagdipcpcocjmkcopaa
Offizielle URL https://chrome.google.com/webstore/detail/omeglechatbot/anohijjffbjjnhagdipcpcocjmkcopaa
Beschreibung Automatically send messages in Omegle!
Dateigröße 23.87 KB
Installationsanzahl 994
Aktuelle Version 2.0
Letztes Update 2021-09-23
Veröffentlichungsdatum 2021-09-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler matthiasvstephens
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mstephen19/omegle-Chat-Bot
Unterstützte Sprachen 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"
    }
}