LovePlanet
Allows you to instantly view photos and notification of new messages
Was ist LovePlanet?
LovePlanet ist eine Chrome-Erweiterung, die von http://heart-helper.ru entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to instantly view photos and notification of new messages".
Erweiterungsscreenshots
LovePlanet-Erweiterungs-CRX-Datei herunterladen
Laden Sie LovePlanet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Удобная фото-галерея для сайта знакомств loveplanet.ru. Просто наведи мышкой на фото. Отображение количества непрочитанных сообщений. Автоматически подгружает результаты поиска.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lhjcoemhemicbbiafiemogpmnkaenbok |
Offizielle 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 |
Beschreibung | Allows you to instantly view photos and notification of new messages |
Dateigröße | 149 KB |
Installationsanzahl | 135 |
Aktuelle Version | 3.5.2 |
Letztes Update | 2014-08-20 |
Veröffentlichungsdatum | 2014-08-20 |
Bewertung | 3.56/5 Insgesamt 16 Bewertungen |
Entwickler | http://heart-helper.ru |
Zahlungsart | free |
Erweiterungswebsite | http://heart-helper.ru |
Hilfeseite URL | http://hearthelper.copiny.com/ |
Unterstützte Sprachen | 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 } |