Deezer Discord Integration

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

什麼是Deezer Discord Integration?

Deezer Discord Integration是由Adrien Colson開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to display Deezer's current playing song in Discord status.”。

擴展截圖

screenshot
screenshot

下載Deezer Discord Integration擴展crx文件

下載Deezer Discord Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
官方網址 https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
簡介 This extension allows the user to display Deezer's current playing song in Discord status.
檔案大小 34.56 KB
安裝次數 6,300
目前版本 0.1.5
更新時間 2020-07-20
上架時間 2019-06-14
評分 4.12/5 共 42 次評分
開發者 Adrien Colson
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/AdrienC/discord-deezer-chrome
支援的語言 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\/*"
    ]
}