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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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" ] } ] } |