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

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

                        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/
عنوان صفحة المساعدة https://lofigirl.com/contact/
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}