MyLOL

Mylol notifications

Qu'est-ce que MyLOL ?

MyLOL est une extension Chrome développée par https://www.mylol.com, et sa fonction principale est "Mylol notifications".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MyLOL

Téléchargez les fichiers d'extension MyLOL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom MyLOL MyLOL
ID boainhhhcmhcelnbmonhjmoihgoilhne
URL Officiel https://chromewebstore.google.com/detail/mylol/boainhhhcmhcelnbmonhjmoihgoilhne
Description Mylol notifications
Taille du Fichier 147 KB
Nombre d'Installations 267
Version Actuelle 1.4
Dernière Mise à Jour 2015-01-07
Date de Publication 2015-01-07
Évaluation 4.50/5 Total 4 Évaluations
Développeur https://www.mylol.com
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}