Google Inbox Discord Skin

Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.

What is Google Inbox Discord Skin?

Google Inbox Discord Skin is a Chrome extension developed by Spoon, and its main feature is "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".

Extension Screenshots

screenshot

Download Google Inbox Discord Skin Extension CRX File

Download Google Inbox Discord Skin 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

                        Darkens the Google Inbox page to mimic the popular voice-chat program Discord's dark theme, which is a lot easier on the eyes.                    

Extension Basic Information

Name Google Inbox Discord Skin Google Inbox Discord Skin
ID fcimclbhbcnlnnlojjlfgakbgmhhapic
Official URL https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic
Description Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
File Size 31.44 KB
Installation Count 435
Current Version 1.1
Last Updated 2016-06-05
Publish Date 2016-06-05
Rating 2.21/5 Total 33 Ratings
Developer Spoon
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "discordInbox.user.js"
            ],
            "matches": [
                "http:\/\/inbox.google.com\/u\/*",
                "https:\/\/inbox.google.com\/u\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.",
    "name": "Google Inbox Discord Skin",
    "short_name": "Discord Inbox",
    "version": "1.1",
    "icons": {
        "16": "discord-inbox-16.png",
        "32": "discord-inbox-32.png",
        "64": "discord-inbox-64.png",
        "128": "discord-inbox-128.png"
    }
}