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.

Apa itu Omegle Chat Helper?

Omegle Chat Helper adalah ekstensi Chrome yang dikembangkan oleh http://li.cx, dan fitur utamanya adalah "Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Omegle Chat Helper

Unduh file ekstensi Omegle Chat Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Omegle Chat Helper Omegle Chat Helper
ID ccpoppcajgnnmimhbkbmnbnmdjbagoep
URL Resmi https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep
Deskripsi Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.
Ukuran File 109 KB
Jumlah Instalasi 8,000
Versi Saat Ini 1.5
Terakhir Diperbarui 2013-09-03
Tanggal Publikasi 2013-09-03
Penilaian 2.92/5 Total 65 Penilaian
Pengembang http://li.cx
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}