Hangouts Status Reader

Allows you to read Google Hangouts statuses directly in the contact info box.

What is Hangouts Status Reader?

Hangouts Status Reader is a Chrome extension developed by https://bowenyin.tk, and its main feature is "Allows you to read Google Hangouts statuses directly in the contact info box.".

Extension Screenshots

screenshot

Download Hangouts Status Reader Extension CRX File

Download Hangouts Status Reader 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

                        In Gmail, this extension will allow you to view anyone's status message in the white info box that pops up on hover after a few seconds, like in the old Google Talk. Guaranteed to work or your money back! ;)
FEATURES:
– Link and emoji support.
– Bold/underline/italics support.
– Works with dense roster mode.
– No configuration needed.                    

Extension Basic Information

Name Hangouts Status Reader Hangouts Status Reader
ID ceggpinhhmjppnindgmdahlibhmdbknj
Official URL https://chromewebstore.google.com/detail/hangouts-status-reader/ceggpinhhmjppnindgmdahlibhmdbknj
Description Allows you to read Google Hangouts statuses directly in the contact info box.
File Size 4.24 KB
Installation Count 78
Current Version 2.0
Last Updated 2018-05-08
Publish Date 2018-05-08
Rating 5.00/5 Total 5 Ratings
Developer https://bowenyin.tk
Email [email protected]
Payment Type free
Extension Website http://www.bowenyin.tk
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hangouts Status Reader",
    "description": "Allows you to read Google Hangouts statuses directly in the contact info box.",
    "version": "2.0",
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/hangouts.google.com\/*",
        "https:\/\/apis.google.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/apis.google.com\/*"
            ]
        }
    ]
}