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.

Wat is Omegle Chat Helper?

Omegle Chat Helper is een Chrome-extensie ontwikkeld door http://li.cx, en de belangrijkste functie is "Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Omegle Chat Helper

Download Omegle Chat Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Omegle Chat Helper Omegle Chat Helper
ID ccpoppcajgnnmimhbkbmnbnmdjbagoep
Officiële URL https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep
Beschrijving Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.
Bestandsgrootte 109 KB
Aantal Installaties 8,000
Huidige Versie 1.5
Laatst Bijgewerkt 2013-09-03
Publicatiedatum 2013-09-03
Beoordeling 2.92/5 Totaal 65 Beoordelingen
Ontwikkelaar http://li.cx
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}