Ghilbi Inspired Lofi Radio

Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.

Ghilbi Inspired Lofi Radioคืออะไร?

Ghilbi Inspired Lofi Radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lofi Radio และคุณลักษณะหลักของมันคือ "Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ghilbi Inspired Lofi Radio

ดาวน์โหลดไฟล์ส่วนขยาย Ghilbi Inspired Lofi Radio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to play curated ghilbi lofimusic 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 ghilbi lofion a separate tab and control your lofi music right inside your browser!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ghilbi Inspired Lofi Radio Ghilbi Inspired Lofi Radio
ID angodpfpjlolgkhlflepneffcckdkeni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ghilbi-inspired-lofi-radi/angodpfpjlolgkhlflepneffcckdkeni
คำอธิบาย Ghilbi Inspired Lofi Chill Hip-hop loading right in your browser.
ขนาดไฟล์ 51.24 KB
จำนวนการติดตั้ง 851
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2019-07-12
วันที่เผยแพร่ 2019-07-12
คะแนน 1.89/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Lofi Radio
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ghilbi Inspired Lofi Radio",
    "description": "Ghilbi Inspired 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"
    ]
}