Gmail GChat Emoji Fix
Reverting the emoji in gchat to not look like trash
Что такое Gmail GChat Emoji Fix?
Gmail GChat Emoji Fix - это расширение Chrome, разработанное mkhrenov34, и его основная функция - "Reverting the emoji in gchat to not look like trash".
Скачать файл CRX расширения Gmail GChat Emoji Fix
Скачайте файлы расширений Gmail GChat Emoji Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Don't like the new emoji in gchat? With all the weird gradients and other garbage? Change them back to the old, well-designed cute ones with this tiny extension!
Основная информация о расширении
Название | |
ID | baobkkdjlgkbnnfkcpabfpehlepikfog |
Официальный URL | https://chrome.google.com/webstore/detail/baobkkdjlgkbnnfkcpabfpehlepikfog |
Описание | Reverting the emoji in gchat to not look like trash |
Размер файла | 8.26 KB |
Количество установок | 125 |
Текущая Версия | 1.1 |
Последнее Обновление | 2018-07-08 |
Дата публикации | 2018-07-08 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | mkhrenov34 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail GChat Emoji Fix", "version": "1.1", "description": "Reverting the emoji in gchat to not look like trash", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/hangouts.google.com\/*", "https:\/\/mail.google.com\/*" ], "all_frames": true, "js": [ "main.js" ], "run_at": "document_idle" } ] } |