Meet Reactions
React quickly without speaking or typing a text
Wat is Meet Reactions?
Meet Reactions is een Chrome-extensie ontwikkeld door shubham.sp96, en de belangrijkste functie is "React quickly without speaking or typing a text".
Extensie Screenshots
Download het CRX-bestand van de extensie Meet Reactions
Download Meet Reactions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Send reactions during chat.
Basisinformatie over de Extensie
Naam | Meet Reactions |
ID | lhienloappjhbfomchpmcbidfabgdjmn |
Officiële URL | https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn |
Beschrijving | React quickly without speaking or typing a text |
Bestandsgrootte | 48.28 MB |
Aantal Installaties | 19 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-03-24 |
Publicatiedatum | 2021-02-03 |
Ontwikkelaar | shubham.sp96 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |