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)은(는) https://di.fm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |