LovePlanet

Allows you to instantly view photos and notification of new messages

What is LovePlanet?

LovePlanet is a Chrome extension developed by http://heart-helper.ru, and its main feature is "Allows you to instantly view photos and notification of new messages".

Extension Screenshots

screenshot

Download LovePlanet Extension CRX File

Download LovePlanet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

Extension Basic Information

Name LovePlanet LovePlanet
ID lhjcoemhemicbbiafiemogpmnkaenbok
Official URL 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
Description Allows you to instantly view photos and notification of new messages
File Size 149 KB
Installation Count 135
Current Version 3.5.2
Last Updated 2014-08-20
Publish Date 2014-08-20
Rating 3.56/5 Total 16 Ratings
Developer http://heart-helper.ru
Payment Type free
Extension Website http://heart-helper.ru
Help Page URL http://hearthelper.copiny.com/
Supported Languages 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
}