Lofi Girl
Access all Lofi World contents in one simple click
Hvad er Lofi Girl?
Lofi Girl er en Chrome-udvidelse udviklet af Lofi Records, og dens hovedfunktion er "Access all Lofi World contents in one simple click".
Udvidelsesskærmbilleder
Download Lofi Girl-udvidelses-CRX-fil
Download Lofi Girl-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Connect with Lofi community and power-up your YouTube experience. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | njbffbgknegpbkafphbehekcoicakidj |
| Officiel URL | https://chromewebstore.google.com/detail/lofi-girl/njbffbgknegpbkafphbehekcoicakidj |
| Beskrivelse | Access all Lofi World contents in one simple click |
| Filstørrelse | 390 KB |
| Antal Installationer | 406 |
| Nuværende Version | 0.1.6 |
| Senest Opdateret | 2023-05-07 |
| Udgivelsesdato | 2022-07-20 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Lofi Records |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://lofigirl.com/ |
| Hjælpeside-URL | https://lofigirl.com/contact/ |
| URL til Fortrolighedspolitik Side | https://lofigirl.com/policies/terms-of-service |
| Understøttede Sprog | 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"
}
]
} | |