Zelda Lofi Radio

Zelda Lofi Chill Hip-hop loading right in your browser.

Zelda Lofi Radioとは何ですか?

Zelda Lofi RadioはLofi Radioによって開発されたChromeの拡張機能で、その主な機能は「Zelda Lofi Chill Hip-hop loading right in your browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Zelda Lofi Radio拡張機能のCRXファイルをダウンロード

Zelda Lofi Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ZeldaInspired Lofi Chill Hip-hop loading right in your browser.
This extension allows you to play curated Zelda 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 Zelda lofi on a separate tab and control your lofi music right inside your browser!                    

拡張機能の基本情報

名前 Zelda Lofi Radio Zelda Lofi Radio
ID ncclceeogchanjpodlcinhobbbknmnhk
公式URL https://chrome.google.com/webstore/detail/zelda-lofi-radio/ncclceeogchanjpodlcinhobbbknmnhk
説明 Zelda Lofi Chill Hip-hop loading right in your browser.
ファイルサイズ 31.01 KB
インストール数 184
現在のバージョン 0.2
最終更新日 2019-07-12
公開日 2019-07-12
評価 2.50/5 合計 8 レビュー
開発者 Lofi Radio
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zelda Lofi Radio",
    "description": "Zelda Lofi Chill Hip-hop loading right in your browser.",
    "version": "0.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"
    ]
}