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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to display Deezer's current playing song in Discord status."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Deezer Discord Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
    ]
}