Lofi Girl
Access all Lofi World contents in one simple click
Wat is Lofi Girl?
Lofi Girl is een Chrome-extensie ontwikkeld door Lofi Records, en de belangrijkste functie is "Access all Lofi World contents in one simple click".
Extensie Screenshots
Download het CRX-bestand van de extensie Lofi Girl
Download Lofi Girl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Connect with Lofi community and power-up your YouTube experience. Basisinformatie over de Extensie
| Naam | |
| ID | njbffbgknegpbkafphbehekcoicakidj |
| Officiële URL | https://chromewebstore.google.com/detail/lofi-girl/njbffbgknegpbkafphbehekcoicakidj |
| Beschrijving | Access all Lofi World contents in one simple click |
| Bestandsgrootte | 390 KB |
| Aantal Installaties | 406 |
| Huidige Versie | 0.1.6 |
| Laatst Bijgewerkt | 2023-05-07 |
| Publicatiedatum | 2022-07-20 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Lofi Records |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://lofigirl.com/ |
| Help Pagina-URL | https://lofigirl.com/contact/ |
| URL van de Privacybeleid Pagina | https://lofigirl.com/policies/terms-of-service |
| Ondersteunde Talen | 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"
}
]
} | |