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.
Co to jest Omegle Chat Helper?
Omegle Chat Helper to rozszerzenie Chrome opracowane przez http://li.cx, a jego główną funkcją jest „Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Omegle Chat Helper
Pobierz pliki rozszerzeń Omegle Chat Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The App helps you to simplify your Omegle workflow. No more copy pasting welcome messages and pressing next if someone nexted you.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ccpoppcajgnnmimhbkbmnbnmdjbagoep |
Oficjalny URL | https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep |
Opis | Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it. |
Rozmiar pliku | 109 KB |
Liczba instalacji | 8,000 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2013-09-03 |
Data Publikacji | 2013-09-03 |
Ocena | 2.92/5 Łącznie 65 Oceny |
Deweloper | http://li.cx |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |