Omegler
Omegle Chat Helper
ما هو Omegler؟
Omegler هو إضافة Chrome تم تطويرها بواسطة Dean Sofer، والميزة الرئيسية لها هي "Omegle Chat Helper".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Omegler
قم بتنزيل ملفات الامتداد Omegler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically reconnects and prompts the stranger with a predefined greeting. Features: - Pausable auto-reconnect - Settable auto-greeting Code blatantly ripped from "Omegle Chat Helper" extension Enhancements over original: - Doesn't kick in until you start - Pausable - Simplified interface (removed chrome button)
معلومات أساسية عن التمديد
الاسم | |
ID | epchdnfkjgpfglhodnhpllbehmjmelgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/omegler/epchdnfkjgpfglhodnhpllbehmjmelgc |
الوصف | Omegle Chat Helper |
حجم الملف | 35.17 KB |
عدد التثبيتات | 8,072 |
النسخة الحالية | 0.0.7 |
آخر تحديث | 2021-07-17 |
تاريخ النشر | 2017-10-09 |
تقييم | 3.68/5 مجموع تقييمات 41 |
المطور | Dean Sofer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omegler", "version": "0.0.7", "description": "Omegle Chat Helper", "icons": { "16": "translogo.png", "48": "translogo.png", "128": "translogo.png" }, "permissions": [ "storage" ], "author": "Dean Sofer", "content_scripts": [ { "matches": [ "*:\/\/*.omegle.com\/*" ], "js": [ "jquery-2.1.1.min.js", "omegler.js" ], "css": [ "omegler.css" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.omegle.com\/*" ] }, "homepage_url": "https:\/\/github.com\/ProLoser", "incognito": "split" } |