Omegle Shortcut Messages

Send messages automatically

What is Omegle Shortcut Messages?

Omegle Shortcut Messages is a Chrome extension developed by Unknown, and its main feature is "Send messages automatically".

Extension Screenshots

screenshot

Download Omegle Shortcut Messages Extension CRX File

Download Omegle Shortcut Messages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name Omegle Shortcut Messages Omegle Shortcut Messages
ID okbmccnmgfhccbhjajnngneeimeelajl
Official URL https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl
Description Send messages automatically
File Size 8.82 KB
Installation Count 213
Current Version 0.1
Last Updated 2019-02-27
Publish Date 2019-02-27
Rating 2.75/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}