Meet Reactions
React quickly without speaking or typing a text
什么是Meet Reactions?
Meet Reactions是由shubham.sp96开发的Chrome扩展程序,该扩展的主要功能是“React quickly without speaking or typing a text”。
扩展截图
下载Meet Reactions扩展crx文件
下载Meet Reactions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } } |