Deezer Discord Integration

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

Τι είναι το Deezer Discord Integration;

Το Deezer Discord Integration είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adrien Colson, και η κύρια λειτουργία του είναι "This extension allows the user to display Deezer's current playing song in Discord status.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Deezer Discord Integration

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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\/*"
    ]
}