Omegle.suckless

Auto-Reconnect & no kik

Omegle.sucklessคืออะไร?

Omegle.suckless เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jonathan.oberlaender และคุณลักษณะหลักของมันคือ "Auto-Reconnect & no kik"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omegle.suckless

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}