LovePlanet
Allows you to instantly view photos and notification of new messages
Wat is LovePlanet?
LovePlanet is een Chrome-extensie ontwikkeld door http://heart-helper.ru, en de belangrijkste functie is "Allows you to instantly view photos and notification of new messages".
Extensie Screenshots
Download het CRX-bestand van de extensie LovePlanet
Download LovePlanet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Удобная фото-галерея для сайта знакомств loveplanet.ru. Просто наведи мышкой на фото. Отображение количества непрочитанных сообщений. Автоматически подгружает результаты поиска.
Basisinformatie over de Extensie
Naam | |
ID | lhjcoemhemicbbiafiemogpmnkaenbok |
Officiële 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 |
Beschrijving | Allows you to instantly view photos and notification of new messages |
Bestandsgrootte | 149 KB |
Aantal Installaties | 135 |
Huidige Versie | 3.5.2 |
Laatst Bijgewerkt | 2014-08-20 |
Publicatiedatum | 2014-08-20 |
Beoordeling | 3.56/5 Totaal 16 Beoordelingen |
Ontwikkelaar | http://heart-helper.ru |
Betalingswijze | free |
Extensiewebsite | http://heart-helper.ru |
Help Pagina-URL | http://hearthelper.copiny.com/ |
Ondersteunde Talen | 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 } |