omegleChatBot

Automatically send messages in Omegle!

Co je omegleChatBot?

omegleChatBot je rozšíření Chrome vyvinuté matthiasvstephens, a jeho hlavní funkcí je „Automatically send messages in Omegle!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření omegleChatBot

Stáhněte si soubory rozšíření omegleChatBot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název omegleChatBot omegleChatBot
ID anohijjffbjjnhagdipcpcocjmkcopaa
Oficiální URL https://chrome.google.com/webstore/detail/omeglechatbot/anohijjffbjjnhagdipcpcocjmkcopaa
Popis Automatically send messages in Omegle!
Velikost souboru 23.87 KB
Počet instalací 994
Aktuální Verze 2.0
Poslední Aktualizace 2021-09-23
Datum Vydání 2021-09-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář matthiasvstephens
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mstephen19/omegle-Chat-Bot
Podporované Jazyky 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"
    }
}