MyLOL
Mylol notifications
Hvad er MyLOL?
MyLOL er en Chrome-udvidelse udviklet af https://www.mylol.com, og dens hovedfunktion er "Mylol notifications".
Udvidelsesskærmbilleder
Download MyLOL-udvidelses-CRX-fil
Download MyLOL-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
Mylol is currently the #1 teen dating site in the US, Australia, UK and Canada. We are proud to have a teen dating mobile app. Join now and meet thousands of teenagers like you! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | boainhhhcmhcelnbmonhjmoihgoilhne |
| Officiel URL | https://chromewebstore.google.com/detail/mylol/boainhhhcmhcelnbmonhjmoihgoilhne |
| Beskrivelse | Mylol notifications |
| Filstørrelse | 147 KB |
| Antal Installationer | 267 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2015-01-07 |
| Udgivelsesdato | 2015-01-07 |
| Bedømmelse | 4.50/5 Samlet 4 Bedømmelser |
| Udvikler | https://www.mylol.com |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"name": "MyLOL",
"description": "Mylol notifications",
"version": "1.4",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "mylol_icon.png",
"default_popup": "mylol-extension.html"
},
"background": {
"scripts": [
"background-v1.04.js"
],
"persistent": false
},
"permissions": [
"notifications",
"tabs",
"http:\/\/*\/*"
]
} | |