Lofi Girl

Access all Lofi World contents in one simple click

What is Lofi Girl?

Lofi Girl is a Chrome extension developed by Lofi Records, and its main feature is "Access all Lofi World contents in one simple click".

Extension Screenshots

screenshot

Download Lofi Girl Extension CRX File

Download Lofi Girl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Lofi Girl Lofi Girl
ID njbffbgknegpbkafphbehekcoicakidj
Official URL https://chromewebstore.google.com/detail/lofi-girl/njbffbgknegpbkafphbehekcoicakidj
Description Access all Lofi World contents in one simple click
File Size 390 KB
Installation Count 406
Current Version 0.1.6
Last Updated 2023-05-07
Publish Date 2022-07-20
Rating 5.00/5 Total 1 Ratings
Developer Lofi Records
Email [email protected]
Payment Type free
Extension Website https://lofigirl.com/
Help Page URL https://lofigirl.com/contact/
Privacy Policy Page URL https://lofigirl.com/policies/terms-of-service
Supported Languages 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"
        }
    ]
}