Meet Reactions
React quickly without speaking or typing a text
What is Meet Reactions?
Meet Reactions is a Chrome extension developed by shubham.sp96, and its main feature is "React quickly without speaking or typing a text".
Extension Screenshots
Download Meet Reactions Extension CRX File
Download Meet Reactions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Send reactions during chat.
Extension Basic Information
Name | Meet Reactions |
ID | lhienloappjhbfomchpmcbidfabgdjmn |
Official URL | https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn |
Description | React quickly without speaking or typing a text |
File Size | 48.28 MB |
Installation Count | 19 |
Current Version | 1.3 |
Last Updated | 2021-03-24 |
Publish Date | 2021-02-03 |
Developer | shubham.sp96 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |