Old Gmail chat

Make Hangouts look more like old Gmail chat.

What is Old Gmail chat?

Old Gmail chat is a Chrome extension developed by dskloet, and its main feature is "Make Hangouts look more like old Gmail chat.".

Extension Screenshots

screenshot

Download Old Gmail chat Extension CRX File

Download Old Gmail 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

                        Make Hangouts look more like old Gmail chat.                    

Extension Basic Information

Name Old Gmail chat Old Gmail chat
ID ojpinamipebjamgiknkdehdikemaiegi
Official URL https://chromewebstore.google.com/detail/old-gmail-chat/ojpinamipebjamgiknkdehdikemaiegi
Description Make Hangouts look more like old Gmail chat.
File Size 6.03 KB
Installation Count 671
Current Version 0.5.2
Last Updated 2017-08-27
Publish Date 2017-08-27
Rating 5.00/5 Total 2 Ratings
Developer dskloet
Email [email protected]
Payment Type free
Privacy Policy Page URL https://dskl.net/screen/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Gmail chat",
    "version": "0.5.2",
    "description": "Make Hangouts look more like old Gmail chat.",
    "icons": {
        "128": "cubist-hangouts-logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/*.hangouts.sandbox.google.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/hangouts.google.com\/*",
        "https:\/\/*.hangouts.sandbox.google.com\/*",
        "notifications",
        "https:\/\/*.googleusercontent.com\/*"
    ],
    "manifest_version": 2
}