MyLOL

Mylol notifications

Apa itu MyLOL?

MyLOL adalah ekstensi Chrome yang dikembangkan oleh https://www.mylol.com, dan fitur utamanya adalah "Mylol notifications".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi MyLOL

Unduh file ekstensi MyLOL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama MyLOL MyLOL
ID boainhhhcmhcelnbmonhjmoihgoilhne
URL Resmi https://chromewebstore.google.com/detail/mylol/boainhhhcmhcelnbmonhjmoihgoilhne
Deskripsi Mylol notifications
Ukuran File 147 KB
Jumlah Instalasi 267
Versi Saat Ini 1.4
Terakhir Diperbarui 2015-01-07
Tanggal Publikasi 2015-01-07
Penilaian 4.50/5 Total 4 Penilaian
Pengembang https://www.mylol.com
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}