Last.fm NetDashboard

A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.

Что такое Last.fm NetDashboard?

Last.fm NetDashboard - это расширение Chrome, разработанное Unknown, и его основная функция - "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Last.fm NetDashboard

Скачайте файлы расширений Last.fm NetDashboard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A Widget to emulate the dashboard view of the Last.fm website and more!. See yours or your friends tracks and charts, recommended artists, recommended music, recommended events, and compare users.

Netvibes user?  Add to Netvibes and others here: http://eco.netvibes.com/apps/496991/last-fm-netdashboard                    

Основная информация о расширении

Название Last.fm NetDashboard Last.fm NetDashboard
ID glimdmhadlinclgfbdcallpepnkkjomj
Официальный URL https://chromewebstore.google.com/detail/lastfm-netdashboard/glimdmhadlinclgfbdcallpepnkkjomj
Описание A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.
Размер файла 439 KB
Количество установок 41
Текущая Версия 0.3
Последнее Обновление 2015-01-10
Дата публикации 2015-01-09
Рейтинг 3.00/5 Всего 3 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Last.fm NetDashboard",
    "description": "A Widget to emulate the dashboard view of the Last.fm website. See you or your friends' tracks, charts and recommendations.",
    "version": "0.3",
    "manifest_version": 2,
    "icons": {
        "128": "richIcon.png",
        "64": "favIcon.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/uwa.netvibes.com; object-src 'self'; ",
    "browser_action": {
        "default_icon": "richIcon.png",
        "default_popup": "widget.html"
    }
}