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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |