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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Omegle Chat Helper
Λήψη αρχείων επέκτασης Omegle Chat Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } ] } |