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