Lofi Girl

Access all Lofi World contents in one simple click

Что такое Lofi Girl?

Lofi Girl - это расширение Chrome, разработанное Lofi Records, и его основная функция - "Access all Lofi World contents in one simple click".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Lofi Girl

Скачайте файлы расширений Lofi Girl в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Connect with Lofi community and power-up your YouTube experience.                    

Основная информация о расширении

Название Lofi Girl Lofi Girl
ID njbffbgknegpbkafphbehekcoicakidj
Официальный URL https://chromewebstore.google.com/detail/lofi-girl/njbffbgknegpbkafphbehekcoicakidj
Описание Access all Lofi World contents in one simple click
Размер файла 390 KB
Количество установок 406
Текущая Версия 0.1.6
Последнее Обновление 2023-05-07
Дата публикации 2022-07-20
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Lofi Records
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://lofigirl.com/
URL страницы помощи https://lofigirl.com/contact/
URL страницы политики конфиденциальности https://lofigirl.com/policies/terms-of-service
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lofi Girl",
    "description": "Access all Lofi World contents in one simple click",
    "version": "0.1.6",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "All Lofi World contents"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ]
}