Google Inbox Discord Skin

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

Was ist Google Inbox Discord Skin?

Google Inbox Discord Skin ist eine Chrome-Erweiterung, die von Spoon entwickelt wurde, und ihr Hauptmerkmal ist "Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.".

Erweiterungsscreenshots

screenshot

Google Inbox Discord Skin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Inbox Discord Skin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Google Inbox Discord Skin Google Inbox Discord Skin
ID fcimclbhbcnlnnlojjlfgakbgmhhapic
Offizielle URL https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic
Beschreibung Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Dateigröße 31.44 KB
Installationsanzahl 435
Aktuelle Version 1.1
Letztes Update 2016-06-05
Veröffentlichungsdatum 2016-06-05
Bewertung 2.21/5 Insgesamt 33 Bewertungen
Entwickler Spoon
Zahlungsart free
Unterstützte Sprachen 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"
    }
}