Lofi Girl

Access all Lofi World contents in one simple click

Apa itu Lofi Girl?

Lofi Girl adalah ekstensi Chrome yang dikembangkan oleh Lofi Records, dan fitur utamanya adalah "Access all Lofi World contents in one simple click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lofi Girl

Unduh file ekstensi Lofi Girl dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Lofi Girl Lofi Girl
ID njbffbgknegpbkafphbehekcoicakidj
URL Resmi https://chromewebstore.google.com/detail/lofi-girl/njbffbgknegpbkafphbehekcoicakidj
Deskripsi Access all Lofi World contents in one simple click
Ukuran File 390 KB
Jumlah Instalasi 406
Versi Saat Ini 0.1.6
Terakhir Diperbarui 2023-05-07
Tanggal Publikasi 2022-07-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Lofi Records
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://lofigirl.com/
URL Halaman Bantuan https://lofigirl.com/contact/
URL Halaman Kebijakan Privasi https://lofigirl.com/policies/terms-of-service
Bahasa yang Didukung 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"
        }
    ]
}