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"
            ]
        }
    ]
}