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.

¿Qué es Omegle Chat Helper?

Omegle Chat Helper es una extensión de Chrome desarrollada por http://li.cx, y su función principal es "Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Omegle Chat Helper

Descarga archivos de extensión Omegle Chat Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The App helps you to simplify your Omegle workflow. No more copy pasting welcome messages and pressing next if someone nexted you.                    

Información Básica de la Extensión

Nombre Omegle Chat Helper Omegle Chat Helper
ID ccpoppcajgnnmimhbkbmnbnmdjbagoep
URL Oficial https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep
Descripción Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.
Tamaño del Archivo 109 KB
Cantidad de Instalaciones 8,000
Versión Actual 1.5
Última Actualización 2013-09-03
Fecha de Publicación 2013-09-03
Calificación 2.92/5 Total de 65 Calificaciones
Desarrollador http://li.cx
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}