Omegle Chat Helper
Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.
Omegle Chat Helperคืออะไร?
Omegle Chat Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://li.cx และคุณลักษณะหลักของมันคือ "Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omegle Chat Helper
ดาวน์โหลดไฟล์ส่วนขยาย Omegle Chat Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The App helps you to simplify your Omegle workflow. No more copy pasting welcome messages and pressing next if someone nexted you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ccpoppcajgnnmimhbkbmnbnmdjbagoep |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/omegle-chat-helper/ccpoppcajgnnmimhbkbmnbnmdjbagoep |
คำอธิบาย | Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it. |
ขนาดไฟล์ | 109 KB |
จำนวนการติดตั้ง | 8,000 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2013-09-03 |
วันที่เผยแพร่ | 2013-09-03 |
คะแนน | 2.92/5 รวมทั้งหมด 65 คะแนน |
ผู้พัฒนา | http://li.cx |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omegle Chat Helper", "description": "Use Omelge more easy and fast with the Omegle Chat Helper, no need to click next and type a welcome messagem we automate it.", "version": "1.5", "background.persistent": { "persistent": false }, "offline_enabled": false, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "*:\/\/*.omegle.com\/*", "storage", "*:\/\/*.omegle.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.omegle.com\/*" ], "css": [ "bootstrap.min.css" ], "js": [ "jquery.min.js", "popup.js" ] } ] } |