Omegle.suckless

Auto-Reconnect & no kik

Omegle.sucklessとは何ですか?

Omegle.sucklessはjonathan.oberlaenderによって開発されたChromeの拡張機能で、その主な機能は「Auto-Reconnect & no kik」です。

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

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

拡張機能の使用方法

                        Auto-reconnect when a disconnect occurs for whatever reason.

Click on the icon to open a rudimentary ugly textarea. If a line of the question on omegle contains any of the lines from the textarea, a reconnect is performed.                    

拡張機能の基本情報

名前 Omegle.suckless Omegle.suckless
ID malpcabogflkmmoodihlcdlblabajkek
公式URL https://chrome.google.com/webstore/detail/omeglesuckless/malpcabogflkmmoodihlcdlblabajkek
説明 Auto-Reconnect & no kik
ファイルサイズ 8.47 KB
インストール数 116
現在のバージョン 0.1
最終更新日 2016-01-24
公開日 2016-01-24
評価 2.50/5 合計 2 レビュー
開発者 jonathan.oberlaender
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omegle.suckless",
    "description": "Auto-Reconnect & no kik",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "http:\/\/*.omegle.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.omegle.com\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ]
}