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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}