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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}