Omegle Shortcut Messages
Send messages automatically
Omegle Shortcut Messagesคืออะไร?
Omegle Shortcut Messages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Send messages automatically"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Omegle Shortcut Messages
ดาวน์โหลดไฟล์ส่วนขยาย Omegle Shortcut Messages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool give you the possibilities to create, edit and delete your own shortcuts for Omegle. Set a title, the message and with one clic your message is send !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Omegle Shortcut Messages |
ID | okbmccnmgfhccbhjajnngneeimeelajl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl |
คำอธิบาย | Send messages automatically |
ขนาดไฟล์ | 8.82 KB |
จำนวนการติดตั้ง | 213 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2019-02-27 |
วันที่เผยแพร่ | 2019-02-27 |
คะแนน | 2.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Omegle Shortcut Messages", "version": "0.1", "description": "Send messages automatically", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" } } |