Meet Reactions
React quickly without speaking or typing a text
ما هو Meet Reactions؟
Meet Reactions هو إضافة Chrome تم تطويرها بواسطة shubham.sp96، والميزة الرئيسية لها هي "React quickly without speaking or typing a text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Meet Reactions
قم بتنزيل ملفات الامتداد Meet Reactions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Send reactions during chat.
معلومات أساسية عن التمديد
الاسم | Meet Reactions |
ID | lhienloappjhbfomchpmcbidfabgdjmn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn |
الوصف | React quickly without speaking or typing a text |
حجم الملف | 48.28 MB |
عدد التثبيتات | 19 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-03-24 |
تاريخ النشر | 2021-02-03 |
المطور | shubham.sp96 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meet Reactions", "description": "React quickly without speaking or typing a text", "version": "1.3", "icons": { "48": "images\/logo48x48.png" }, "permissions": [ "tabs", "identity", "*:\/\/people.googleapis.com\/*" ], "background": { "persistent": false, "scripts": [ "dist\/app.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/meet.google.com\/*" ], "js": [ "dist\/app.js" ], "css": [ "dist\/app.css" ] } ], "browser_action": [], "web_accessible_resources": [ "images\/*", "audio\/*", "dist\/*" ], "oauth2": { "client_id": "675465846421-4ujb7kni2iflqmr1gdok5fmdc8for999.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |