omegleChatBot
Automatically send messages in Omegle!
omegleChatBot क्या है?
omegleChatBot matthiasvstephens द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically send messages in Omegle!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में omegleChatBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quickly and automatically send custom messages on Omegle every 3.5 seconds! With this bot, you are able to easily advertise yourself or spread an idea/message to hundreds to thousands of people on Omegle! This extension will automatically append a non-intrusive custom window to the top right of the https://omegle.com website. This allows you to choose to use it, or not.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | anohijjffbjjnhagdipcpcocjmkcopaa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/omeglechatbot/anohijjffbjjnhagdipcpcocjmkcopaa |
विवरण | Automatically send messages in Omegle! |
फ़ाइल का आकार | 23.87 KB |
स्थापना संख्या | 994 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2021-09-23 |
प्रकाशन तिथि | 2021-09-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | matthiasvstephens |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mstephen19/omegle-Chat-Bot |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "omegleChatBot", "version_name": "2.0", "version": "0.002", "description": "Automatically send messages in Omegle!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.omegle.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "omegleChatBot" } } |