Lofi Radio

Lofi Chill Hip-hop loading right in your browser.

什么是Lofi Radio?

Lofi Radio是由Lofi Radio开发的Chrome扩展程序,该扩展的主要功能是“Lofi Chill Hip-hop loading right in your browser.”。

扩展截图

screenshot
screenshot

下载Lofi Radio扩展crx文件

下载Lofi Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to play curated lofi music as an extension. You no longer have to open a new tab for music it will be right where the rest of your extensions are.

Stop streaming lofi on a separate tab and control your lofi music right inside your browser!

Now with volume bar!                    

扩展基本信息

名称 Lofi Radio Lofi Radio
ID lbgdgffkmahmodcbdgaokjiccogmfkel
官方URL https://chromewebstore.google.com/detail/lofi-radio/lbgdgffkmahmodcbdgaokjiccogmfkel
简介 Lofi Chill Hip-hop loading right in your browser.
文件大小 42.59 KB
安装次数 1,002
当前版本 0.2.2
更新时间 2019-10-30
上架时间 2019-10-29
评分 2.68/5 共37次评分
开发者 Lofi Radio
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lofi Radio",
    "description": "Lofi Chill Hip-hop loading right in your browser.",
    "version": "0.2.2",
    "author": "Stan Chiu",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "lofi-radio.png",
        "default_popup": "popup.html",
        "default_title": "Lofi Radio"
    },
    "background": {
        "scripts": [
            "background.js",
            "popup.js"
        ]
    },
    "web_accessible_resources": [
        "fix.css"
    ]
}