LovePlanet

Allows you to instantly view photos and notification of new messages

Apa itu LovePlanet?

LovePlanet adalah ekstensi Chrome yang dikembangkan oleh http://heart-helper.ru, dan fitur utamanya adalah "Allows you to instantly view photos and notification of new messages".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi LovePlanet

Unduh file ekstensi LovePlanet 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

                        Удобная фото-галерея для сайта знакомств loveplanet.ru.
Просто наведи мышкой на фото.

Отображение количества непрочитанных сообщений.

Автоматически подгружает результаты поиска.                    

Informasi Dasar Ekstensi

Nama LovePlanet LovePlanet
ID lhjcoemhemicbbiafiemogpmnkaenbok
URL Resmi https://chrome.google.com/webstore/detail/%D0%B7%D0%BD%D0%B0%D0%BA%D0%BE%D0%BC%D1%81%D1%82%D0%B2%D0%B0-loveplanet/lhjcoemhemicbbiafiemogpmnkaenbok
Deskripsi Allows you to instantly view photos and notification of new messages
Ukuran File 149 KB
Jumlah Instalasi 135
Versi Saat Ini 3.5.2
Terakhir Diperbarui 2014-08-20
Tanggal Publikasi 2014-08-20
Penilaian 3.56/5 Total 16 Penilaian
Pengembang http://heart-helper.ru
Tipe Pembayaran free
Situs Ekstensi http://heart-helper.ru
URL Halaman Bantuan http://hearthelper.copiny.com/
Bahasa yang Didukung en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "3.5.2",
    "description": "__MSG_description__",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "ru",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "__MSG_name__",
        "default_icon": "icon19.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "popup.css"
            ],
            "js": [
                "jquery.js",
                "popup.js",
                "common.js"
            ]
        }
    ],
    "manifest_version": 2
}