MyLOL
Mylol notifications
Wat is MyLOL?
MyLOL is een Chrome-extensie ontwikkeld door https://www.mylol.com, en de belangrijkste functie is "Mylol notifications".
Extensie Screenshots
Download het CRX-bestand van de extensie MyLOL
Download MyLOL-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
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! Basisinformatie over de Extensie
| Naam | |
| ID | boainhhhcmhcelnbmonhjmoihgoilhne |
| Officiële URL | https://chromewebstore.google.com/detail/mylol/boainhhhcmhcelnbmonhjmoihgoilhne |
| Beschrijving | Mylol notifications |
| Bestandsgrootte | 147 KB |
| Aantal Installaties | 267 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2015-01-07 |
| Publicatiedatum | 2015-01-07 |
| Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://www.mylol.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |