Deezer Discord Integration

This extension allows the user to display Deezer's current playing song in Discord status.

Co je Deezer Discord Integration?

Deezer Discord Integration je rozšíření Chrome vyvinuté Adrien Colson, a jeho hlavní funkcí je „This extension allows the user to display Deezer's current playing song in Discord status.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Deezer Discord Integration

Stáhněte si soubory rozšíření Deezer Discord Integration 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í

                        This extension shows the song played by the Deezer web app in the Discord app status.                    

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

Název Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
Oficiální URL https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
Popis This extension allows the user to display Deezer's current playing song in Discord status.
Velikost souboru 34.56 KB
Počet instalací 6,300
Aktuální Verze 0.1.5
Poslední Aktualizace 2020-07-20
Datum Vydání 2019-06-14
Hodnocení 4.12/5 Celkem 42 Hodnocení
Vývojář Adrien Colson
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/AdrienC/discord-deezer-chrome
Podporované Jazyky en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.1.5",
    "default_locale": "en",
    "icons": {
        "16": "discord16.png",
        "48": "discord48.png",
        "128": "discord128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "*:\/\/discord.com\/*"
    ]
}