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'est-ce que Omegle Chat Helper ?

Omegle Chat Helper est une extension Chrome développée par http://li.cx, et sa fonction principale est "Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Omegle Chat Helper

Téléchargez les fichiers d'extension Omegle Chat Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Omegle Chat Helper Omegle Chat Helper
ID ccpoppcajgnnmimhbkbmnbnmdjbagoep
URL Officiel https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep
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.
Taille du Fichier 109 KB
Nombre d'Installations 8,000
Version Actuelle 1.5
Dernière Mise à Jour 2013-09-03
Date de Publication 2013-09-03
Évaluation 2.92/5 Total 65 Évaluations
Développeur http://li.cx
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}