Omegle.suckless
Auto-Reconnect & no kik
What is Omegle.suckless?
Omegle.suckless is a Chrome extension developed by jonathan.oberlaender, and its main feature is "Auto-Reconnect & no kik".
Download Omegle.suckless Extension CRX File
Download Omegle.suckless extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | malpcabogflkmmoodihlcdlblabajkek |
Official URL | https://chrome.google.com/webstore/detail/omeglesuckless/malpcabogflkmmoodihlcdlblabajkek |
Description | Auto-Reconnect & no kik |
File Size | 8.47 KB |
Installation Count | 116 |
Current Version | 0.1 |
Last Updated | 2016-01-24 |
Publish Date | 2016-01-24 |
Rating | 2.50/5 Total 2 Ratings |
Developer | jonathan.oberlaender |
Payment Type | free |
Supported Languages | 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" ] } ] } |