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!”。

擴展截圖

screenshot
screenshot
screenshot

下載DI.FM - addictive electronic music (Official)擴展crx文件

下載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!                    

擴展基本資訊

名稱 DI.FM - addictive electronic music (Official) DI.FM - addictive electronic music (Official)
ID jjepncgengafjbimeeclknfbfnhehdng
官方網址 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"
    ]
}