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.
擴展基本資訊
名稱 | ![]() |
ID | malpcabogflkmmoodihlcdlblabajkek |
官方網址 | 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" ] } ] } |