Omegle Shortcut Messages

Send messages automatically

Cos'è Omegle Shortcut Messages?

Omegle Shortcut Messages è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Send messages automatically".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Omegle Shortcut Messages

Scarica i file di estensione Omegle Shortcut Messages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 !                    

Informazioni di Base sull'Estensione

Nome Omegle Shortcut Messages Omegle Shortcut Messages
ID okbmccnmgfhccbhjajnngneeimeelajl
URL Ufficiale https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl
Descrizione Send messages automatically
Dimensione del File 8.82 KB
Conteggio Installazioni 213
Versione Corrente 0.1
Ultimo Aggiornamento 2019-02-27
Data di Pubblicazione 2019-02-27
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}