Omegle Shortcut Messages

Send messages automatically

Omegle Shortcut Messages क्या है?

Omegle Shortcut Messages Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send messages automatically"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Omegle Shortcut Messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 !                    

एक्सटेंशन की मूल जानकारी

नाम Omegle Shortcut Messages Omegle Shortcut Messages
ID okbmccnmgfhccbhjajnngneeimeelajl
आधिकारिक URL https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl
विवरण Send messages automatically
फ़ाइल का आकार 8.82 KB
स्थापना संख्या 213
वर्तमान संस्करण 0.1
अंतिम अपडेट 2019-02-27
प्रकाशन तिथि 2019-02-27
रेटिंग 2.75/5 कुल 4 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}