Omegler
Omegle Chat Helper
Что такое Omegler?
Omegler - это расширение Chrome, разработанное Dean Sofer, и его основная функция - "Omegle Chat Helper".
Снимки экрана расширения
Скачать файл CRX расширения Omegler
Скачайте файлы расширений Omegler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically reconnects and prompts the stranger with a predefined greeting. Features: - Pausable auto-reconnect - Settable auto-greeting Code blatantly ripped from "Omegle Chat Helper" extension Enhancements over original: - Doesn't kick in until you start - Pausable - Simplified interface (removed chrome button)
Основная информация о расширении
Название | |
ID | epchdnfkjgpfglhodnhpllbehmjmelgc |
Официальный URL | https://chromewebstore.google.com/detail/omegler/epchdnfkjgpfglhodnhpllbehmjmelgc |
Описание | Omegle Chat Helper |
Размер файла | 35.17 KB |
Количество установок | 8,072 |
Текущая Версия | 0.0.7 |
Последнее Обновление | 2021-07-17 |
Дата публикации | 2017-10-09 |
Рейтинг | 3.68/5 Всего 41 оценок |
Разработчик | Dean Sofer |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omegler", "version": "0.0.7", "description": "Omegle Chat Helper", "icons": { "16": "translogo.png", "48": "translogo.png", "128": "translogo.png" }, "permissions": [ "storage" ], "author": "Dean Sofer", "content_scripts": [ { "matches": [ "*:\/\/*.omegle.com\/*" ], "js": [ "jquery-2.1.1.min.js", "omegler.js" ], "css": [ "omegler.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.omegle.com\/*" ] }, "homepage_url": "https:\/\/github.com\/ProLoser", "incognito": "split" } |