Tweaks for Google Chat

Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.

What is Tweaks for Google Chat?

Tweaks for Google Chat is a Chrome extension developed by AdamMcDonagh, and its main feature is "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.".

Extension Screenshots

screenshot

Download Tweaks for Google Chat Extension CRX File

Download Tweaks for Google Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a fork of the original "Google Chat thread links & quote reply" which appears to no longer be supported.

For old style chat rooms, adds a button on each message to quote reply to them.
Also hides GitHub Enterprise and Google sign-in previews since they always show up empty in Google Chat.                    

Extension Basic Information

Name Tweaks for Google Chat Tweaks for Google Chat
ID fgpblhjnbljckjanmjmhipbjhgjjnmkg
Official URL https://chromewebstore.google.com/detail/tweaks-for-google-chat/fgpblhjnbljckjanmjmhipbjhgjjnmkg
Description Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.
File Size 14.01 KB
Installation Count 14,178
Current Version 1.0.4
Last Updated 2023-07-09
Publish Date 2021-05-29
Rating 3.82/5 Total 11 Ratings
Developer AdamMcDonagh
Email [email protected]
Payment Type free
Extension Website https://github.com/adammcdonagh/google-chat-tweaks
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweaks for Google Chat",
    "description": "Works with latest Chat. Adds button to messages to quote reply for legacy, threaded chat rooms.",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}