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" ] } ] } |