OmegleCover
Cover your own cam on Omegle to make the conversation more natrual.
ما هو OmegleCover؟
OmegleCover هو إضافة Chrome تم تطويرها بواسطة silversnaildk، والميزة الرئيسية لها هي "Cover your own cam on Omegle to make the conversation more natrual.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OmegleCover
قم بتنزيل ملفات الامتداد OmegleCover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cover yourself up! Ever noticed that you constantly check yourself out on Omegle. It's very unnatrual and it makes a conversation akward. Use this and try having a normal conversation by not being able to see yourself. (This does not hide your video feed for the stranger only yourself.)
معلومات أساسية عن التمديد
الاسم | OmegleCover |
ID | jigdmkehflkdflmnbpfhddlkmlpelmna |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/omeglecover/jigdmkehflkdflmnbpfhddlkmlpelmna |
الوصف | Cover your own cam on Omegle to make the conversation more natrual. |
حجم الملف | 9.92 KB |
عدد التثبيتات | 3,836 |
النسخة الحالية | 1.4 |
آخر تحديث | 2014-12-28 |
تاريخ النشر | 2014-12-28 |
تقييم | 2.65/5 مجموع تقييمات 20 |
المطور | silversnaildk |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OmegleCover", "description": "Cover your own cam on Omegle to make the conversation more natrual.", "version": "1.4", "background": { "scripts": [ "app.js" ] }, "icons": { "16": "icon0.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": "icon0.png", "default_title": "Cover yourself." }, "permissions": [ "declarativeContent", "activeTab" ], "manifest_version": 2 } |