Omegle Shortcut Messages

Send messages automatically

Wat is Omegle Shortcut Messages?

Omegle Shortcut Messages is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Send messages automatically".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Omegle Shortcut Messages

Download Omegle Shortcut Messages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 !                    

Basisinformatie over de Extensie

Naam Omegle Shortcut Messages Omegle Shortcut Messages
ID okbmccnmgfhccbhjajnngneeimeelajl
Officiële URL https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl
Beschrijving Send messages automatically
Bestandsgrootte 8.82 KB
Aantal Installaties 213
Huidige Versie 0.1
Laatst Bijgewerkt 2019-02-27
Publicatiedatum 2019-02-27
Beoordeling 2.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    }
}