Meet Reactions
React quickly without speaking or typing a text
Vad är Meet Reactions?
Meet Reactions är en Chrome-tillägg utvecklad av shubham.sp96, och dess huvudfunktion är "React quickly without speaking or typing a text".
Tilläggsskärmbilder
Ladda ner Meet Reactions-förlängningens CRX-fil
Ladda ner Meet Reactions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Send reactions during chat. Grundläggande Information om Tillägg
| Namn | |
| ID | lhienloappjhbfomchpmcbidfabgdjmn |
| Officiell webbadress | https://chromewebstore.google.com/detail/meet-reactions/lhienloappjhbfomchpmcbidfabgdjmn |
| Beskrivning | React quickly without speaking or typing a text |
| Filstorlek | 48.28 MB |
| Antal Installationer | 19 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2021-03-24 |
| Publiceringsdatum | 2021-02-03 |
| Utvecklare | shubham.sp96 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |