Google Chat My Favorites

Adds button to add the topics to your favorites list on Google Chat

What is Google Chat My Favorites?

Google Chat My Favorites is a Chrome extension developed by emrahonder, and its main feature is "Adds button to add the topics to your favorites list on Google Chat".

Extension Screenshots

screenshot
screenshot

Download Google Chat My Favorites Extension CRX File

Download Google Chat My Favorites 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

                        Google Chat does not have any function to help you make any topics your favourites 

This plugin adds a button to each thread to add them to your favourites list and you can easily reach them.

If you like it, consider giving to help keep the extension running.
https://www.buymeacoffee.com/emrahonder                    

Extension Basic Information

Name Google Chat My Favorites Google Chat My Favorites
ID jamfmodpfjlcoemkkphkpmldidhkkogd
Official URL https://chromewebstore.google.com/detail/google-chat-my-favorites/jamfmodpfjlcoemkkphkpmldidhkkogd
Description Adds button to add the topics to your favorites list on Google Chat
File Size 16.55 KB
Installation Count 749
Current Version 0.0.4
Last Updated 2022-11-07
Publish Date 2022-09-26
Rating 3.86/5 Total 7 Ratings
Developer emrahonder
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "style.js",
                "constants.js",
                "utils.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/chat.google.com\/*",
                "https:\/\/mail.google.com\/chat\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "description": "Adds button to add the topics to your favorites list on Google Chat",
    "manifest_version": 3,
    "name": "Google Chat My Favorites",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4"
}