Deezer Discord Integration

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

Vad är Deezer Discord Integration?

Deezer Discord Integration är en Chrome-tillägg utvecklad av Adrien Colson, och dess huvudfunktion är "This extension allows the user to display Deezer's current playing song in Discord status.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Deezer Discord Integration-förlängningens CRX-fil

Ladda ner Deezer Discord Integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
Officiell webbadress https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
Beskrivning This extension allows the user to display Deezer's current playing song in Discord status.
Filstorlek 34.56 KB
Antal Installationer 6,300
Aktuell Version 0.1.5
Senast Uppdaterad 2020-07-20
Publiceringsdatum 2019-06-14
Betyg 4.12/5 Totalt 42 Betyg
Utvecklare Adrien Colson
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/AdrienC/discord-deezer-chrome
Stödda Språk 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\/*"
    ]
}