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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Send reactions during chat.                     Основная информация о расширении
| Название |   |  
| 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"
        ]
    }
}  |  |