LovePlanet

Allows you to instantly view photos and notification of new messages

Qu'est-ce que LovePlanet ?

LovePlanet est une extension Chrome développée par http://heart-helper.ru, et sa fonction principale est "Allows you to instantly view photos and notification of new messages".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension LovePlanet 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

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

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

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

Informations de Base sur l'Extension

Nom LovePlanet LovePlanet
ID lhjcoemhemicbbiafiemogpmnkaenbok
URL Officiel 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
Taille du Fichier 149 KB
Nombre d'Installations 135
Version Actuelle 3.5.2
Dernière Mise à Jour 2014-08-20
Date de Publication 2014-08-20
Évaluation 3.56/5 Total 16 Évaluations
Développeur http://heart-helper.ru
Type de Paiement free
Site Web de l'Extension http://heart-helper.ru
URL de la Page d'Aide http://hearthelper.copiny.com/
Langues Prises en Charge 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
}