Deezer Discord Integration

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

Apa itu Deezer Discord Integration?

Deezer Discord Integration adalah ekstensi Chrome yang dikembangkan oleh Adrien Colson, dan fitur utamanya adalah "This extension allows the user to display Deezer's current playing song in Discord status.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Deezer Discord Integration

Unduh file ekstensi Deezer Discord Integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
URL Resmi https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
Deskripsi This extension allows the user to display Deezer's current playing song in Discord status.
Ukuran File 34.56 KB
Jumlah Instalasi 6,300
Versi Saat Ini 0.1.5
Terakhir Diperbarui 2020-07-20
Tanggal Publikasi 2019-06-14
Penilaian 4.12/5 Total 42 Penilaian
Pengembang Adrien Colson
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/AdrienC/discord-deezer-chrome
Bahasa yang Didukung 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\/*"
    ]
}