MyLOL
Mylol notifications
Was ist MyLOL?
MyLOL ist eine Chrome-Erweiterung, die von https://www.mylol.com entwickelt wurde, und ihr Hauptmerkmal ist "Mylol notifications".
Erweiterungsscreenshots
MyLOL-Erweiterungs-CRX-Datei herunterladen
Laden Sie MyLOL-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
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | boainhhhcmhcelnbmonhjmoihgoilhne |
| Offizielle URL | https://chromewebstore.google.com/detail/mylol/boainhhhcmhcelnbmonhjmoihgoilhne |
| Beschreibung | Mylol notifications |
| Dateigröße | 147 KB |
| Installationsanzahl | 267 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2015-01-07 |
| Veröffentlichungsdatum | 2015-01-07 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | https://www.mylol.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
} | |