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
公式URL 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
Eメール [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\/*"
    ]
}