Lofi Girl
Access all Lofi World contents in one simple click
Vad är Lofi Girl?
Lofi Girl är en Chrome-tillägg utvecklad av Lofi Records, och dess huvudfunktion är "Access all Lofi World contents in one simple click".
Tilläggsskärmbilder
Ladda ner Lofi Girl-förlängningens CRX-fil
Ladda ner Lofi Girl-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Connect with Lofi community and power-up your YouTube experience. Grundläggande Information om Tillägg
| Namn | |
| ID | njbffbgknegpbkafphbehekcoicakidj |
| Officiell webbadress | https://chromewebstore.google.com/detail/lofi-girl/njbffbgknegpbkafphbehekcoicakidj |
| Beskrivning | Access all Lofi World contents in one simple click |
| Filstorlek | 390 KB |
| Antal Installationer | 406 |
| Aktuell Version | 0.1.6 |
| Senast Uppdaterad | 2023-05-07 |
| Publiceringsdatum | 2022-07-20 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Lofi Records |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://lofigirl.com/ |
| Hjälpsida URL | https://lofigirl.com/contact/ |
| URL till Sekretesspolicy Sidan | https://lofigirl.com/policies/terms-of-service |
| Stödda Språk | 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"
}
]
} | |