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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |