Lofi Girl
Access all Lofi World contents in one simple click
Was ist Lofi Girl?
Lofi Girl ist eine Chrome-Erweiterung, die von Lofi Records entwickelt wurde, und ihr Hauptmerkmal ist "Access all Lofi World contents in one simple click".
Erweiterungsscreenshots
Lofi Girl-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lofi Girl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Connect with Lofi community and power-up your YouTube experience.
Grundlegende Informationen zur Erweiterung
Name | Lofi Girl |
ID | njbffbgknegpbkafphbehekcoicakidj |
Offizielle URL | https://chromewebstore.google.com/detail/lofi-girl/njbffbgknegpbkafphbehekcoicakidj |
Beschreibung | Access all Lofi World contents in one simple click |
Dateigröße | 390 KB |
Installationsanzahl | 406 |
Aktuelle Version | 0.1.6 |
Letztes Update | 2023-05-07 |
Veröffentlichungsdatum | 2022-07-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Lofi Records |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://lofigirl.com/ |
Hilfeseite URL | https://lofigirl.com/contact/ |
URL der Datenschutzrichtlinien-Seite | https://lofigirl.com/policies/terms-of-service |
Unterstützte Sprachen | 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" } ] } |