Zelda Lofi Radio

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

Zelda Lofi Radio là gì?

Zelda Lofi Radio là một tiện ích mở rộng Chrome được phát triển bởi Lofi Radio, và tính năng chính của nó là "Zelda Lofi Chill Hip-hop loading right in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zelda Lofi Radio

Tải xuống các tệp mở rộng Zelda Lofi Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zelda Lofi Radio Zelda Lofi Radio
ID ncclceeogchanjpodlcinhobbbknmnhk
URL Chính Thức https://chrome.google.com/webstore/detail/zelda-lofi-radio/ncclceeogchanjpodlcinhobbbknmnhk
Mô tả Zelda Lofi Chill Hip-hop loading right in your browser.
Kích Thước Tệp 31.01 KB
Số Lần Cài Đặt 184
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-07-12
Ngày Phát Hành 2019-07-12
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Lofi Radio
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}