ChatExt - Google Chat theme

ChatExt - Best look and feel for Google Chat

Что такое ChatExt - Google Chat theme?

ChatExt - Google Chat theme - это расширение Chrome, разработанное DNG Team, и его основная функция - "ChatExt - Best look and feel for Google Chat".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения ChatExt - Google Chat theme

Скачайте файлы расширений ChatExt - Google Chat theme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Đổi giao diện google chat, thân thiện, thông minh với người sử dụng hơn.

website:
http://chatext.cloudns.org

Release note:
2024.Feb.06: Welcome Tet holiday 2024.
2024.Jan.15: Compatible with Japanese language users has been integrated.
2024.Jan.10: Happy new year #newfeature #Improve UI
*******
2023.Dec.29: Last release 2023.
2023.Dec.28: Apply scroll style.
2023.Dec.27: Improve user experience, fix bugs related to display all spaces.
2023.Dec.26: Fix display on some device.
2023.Dec.25: Support New UI.
2023.Nov.27.2023: Fix Bug.
2023.Oct.31.2023: Fix UI broken                    

Основная информация о расширении

Название ChatExt - Google Chat theme ChatExt - Google Chat theme
ID ppiekebgabmlkcdcgakidaebddgbbnni
Официальный URL https://chromewebstore.google.com/detail/chatext-google-chat-theme/ppiekebgabmlkcdcgakidaebddgbbnni
Описание ChatExt - Best look and feel for Google Chat
Размер файла 2.71 MB
Количество установок 1,252
Текущая Версия 1.0.0.33
Последнее Обновление 2024-02-06
Дата публикации 2022-05-23
Рейтинг 4.74/5 Всего 19 оценок
Разработчик DNG Team
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности http://chatext.cloudns.org?page_id=26
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatExt - Google Chat theme",
    "short_name": "ChatExt",
    "version": "1.0.0.33",
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "64": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "description": "ChatExt - Best look and feel for Google Chat",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/chat\/*",
                "https:\/\/chat.google.com\/*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "libs\/jquery-ui.js",
                "app2.js",
                "private-chat.js"
            ],
            "css": [
                "css\/private-chat.css",
                "css\/setting-space.css",
                "css\/app2.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}