DI.FM - addictive electronic music (Official)
Easily access your favorite DI.FM channels while browsing the web. Conveniently available in any tab. Enjoy the music!
Τι είναι το DI.FM - addictive electronic music (Official);
Το DI.FM - addictive electronic music (Official) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://di.fm, και η κύρια λειτουργία του είναι "Easily access your favorite DI.FM channels while browsing the web. Conveniently available in any tab. Enjoy the music!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DI.FM - addictive electronic music (Official)
Λήψη αρχείων επέκτασης DI.FM - addictive electronic music (Official) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Experience and discover electronic music a better way: DI.FM is a 100% human-curated electronic music platform designed to satisfy all of your listening cravings. Choose from over 90 electronic music stations and join a community that's the first to hear brand new exclusive sets, classic favorites, and all the innovative music in between. Use the style filters to find your favorite music styles and save your favorites for easy access. You can vote on tracks you're listening to and help our curators enhance your listening experience. Streaming via DI.FM (Official Extension) is available to DI.FM Premium members only. Make sure you're logged in to your DI.FM Premium account, activate the extension and go to our website to link your account with the DI.FM Chrome Extension. Lay back and enjoy the music!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jjepncgengafjbimeeclknfbfnhehdng |
Επίσημο URL | https://chromewebstore.google.com/detail/difm-addictive-electronic/jjepncgengafjbimeeclknfbfnhehdng |
Περιγραφή | Easily access your favorite DI.FM channels while browsing the web. Conveniently available in any tab. Enjoy the music! |
Μέγεθος Αρχείου | 197 KB |
Αριθμός Εγκαταστάσεων | 8,206 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2023-11-14 |
Ημερομηνία Δημοσίευσης | 2021-07-05 |
Αξιολόγηση | 3.73/5 Συνολικά 41 Αξιολογήσεις |
Προγραμματιστής | https://di.fm |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.di.fm/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.di.fm/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.di.fm/member/privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DI.FM - addictive electronic music (Official)", "version": "1.1.1", "description": "Easily access your favorite DI.FM channels while browsing the web. Conveniently available in any tab. Enjoy the music!", "icons": { "76": "images\/app_icon76.png", "120": "images\/app_icon120.png", "152": "images\/app_icon152.png", "180": "images\/app_icon180.png" }, "background": { "scripts": [ "assets\/index-da1ac4ae.js" ] }, "content_scripts": [ { "js": [ "assets\/index-d421c67b.js" ], "matches": [ "https:\/\/www.di.fm\/*" ] } ], "browser_action": { "default_title": "DI.FM", "default_popup": "pages\/popup\/index.html", "default_icon": { "16": "images\/action_icon16.png", "32": "images\/action_icon32.png", "48": "images\/action_icon48.png" } }, "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ "chunks\/pause-10868730.js", "content\/index.js" ] } |