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.

Omegle Chat Helperとは何ですか?

Omegle Chat Helperはhttp://li.cxによって開発されたChromeの拡張機能で、その主な機能は「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

Omegle Chat Helper拡張機能のCRXファイルをダウンロード

Omegle Chat Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Omegle Chat Helper Omegle Chat Helper
ID ccpoppcajgnnmimhbkbmnbnmdjbagoep
公式URL https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep
説明 Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.
ファイルサイズ 109 KB
インストール数 8,000
現在のバージョン 1.5
最終更新日 2013-09-03
公開日 2013-09-03
評価 2.92/5 合計 65 レビュー
開発者 http://li.cx
支払い方法 free
対応言語 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"
            ]
        }
    ]
}