Omegle Chat Helper
Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.
Omegle Chat Helper क्या है?
Omegle Chat Helper http://li.cx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Omegle Chat Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The App helps you to simplify your Omegle workflow. No more copy pasting welcome messages and pressing next if someone nexted you.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ccpoppcajgnnmimhbkbmnbnmdjbagoep |
आधिकारिक URL | https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep |
विवरण | Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it. |
फ़ाइल का आकार | 109 KB |
स्थापना संख्या | 8,000 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2013-09-03 |
प्रकाशन तिथि | 2013-09-03 |
रेटिंग | 2.92/5 कुल 65 रेटिंग्स |
डेवलपर | http://li.cx |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omegle Chat Helper", "description": "Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.", "version": "1.5", "background.persistent": { "persistent": false }, "offline_enabled": false, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*.omegle.com\/*", "storage", "*:\/\/*.omegle.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.omegle.com\/*" ], "css": [ "bootstrap.min.css" ], "js": [ "jquery.min.js", "popup.js" ] } ] } |