Google Inbox Discord Skin

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

Co je Google Inbox Discord Skin?

Google Inbox Discord Skin je rozšíření Chrome vyvinuté Spoon, a jeho hlavní funkcí je „Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Inbox Discord Skin

Stáhněte si soubory rozšíření Google Inbox Discord Skin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Google Inbox Discord Skin Google Inbox Discord Skin
ID fcimclbhbcnlnnlojjlfgakbgmhhapic
Oficiální URL https://chrome.google.com/webstore/detail/google-inbox-discord-skin/fcimclbhbcnlnnlojjlfgakbgmhhapic
Popis Darkens the Google Inbox page to mimic Discord's dark and easy on the eyes skin.
Velikost souboru 31.44 KB
Počet instalací 435
Aktuální Verze 1.1
Poslední Aktualizace 2016-06-05
Datum Vydání 2016-06-05
Hodnocení 2.21/5 Celkem 33 Hodnocení
Vývojář Spoon
Typ Platby free
Podporované Jazyky 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"
    }
}