Deezer Discord Integration

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

What is Deezer Discord Integration?

Deezer Discord Integration is a Chrome extension developed by Adrien Colson, and its main feature is "This extension allows the user to display Deezer's current playing song in Discord status.".

Extension Screenshots

screenshot
screenshot

Download Deezer Discord Integration Extension CRX File

Download Deezer Discord Integration 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

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

Extension Basic Information

Name Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
Official URL https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
Description This extension allows the user to display Deezer's current playing song in Discord status.
File Size 34.56 KB
Installation Count 6,300
Current Version 0.1.5
Last Updated 2020-07-20
Publish Date 2019-06-14
Rating 4.12/5 Total 42 Ratings
Developer Adrien Colson
Email [email protected]
Payment Type free
Extension Website https://github.com/AdrienC/discord-deezer-chrome
Supported Languages 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\/*"
    ]
}