Omegle Shortcut Messages

Send messages automatically

Co to jest Omegle Shortcut Messages?

Omegle Shortcut Messages to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Send messages automatically”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Omegle Shortcut Messages

Pobierz pliki rozszerzeń Omegle Shortcut Messages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This tool give you the possibilities to create, edit and delete your own shortcuts for Omegle.
Set a title, the message and with one clic your message is send !                    

Podstawowe informacje o rozszerzeniu

Nazwa Omegle Shortcut Messages Omegle Shortcut Messages
ID okbmccnmgfhccbhjajnngneeimeelajl
Oficjalny URL https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl
Opis Send messages automatically
Rozmiar pliku 8.82 KB
Liczba instalacji 213
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-02-27
Data Publikacji 2019-02-27
Ocena 2.75/5 Łącznie 4 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omegle Shortcut Messages",
    "version": "0.1",
    "description": "Send messages automatically",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    }
}