Pandora Extended

See the details of the current song playing on Pandora

ما هو Pandora Extended؟

Pandora Extended هو إضافة Chrome تم تطويرها بواسطة antoine.pourchet، والميزة الرئيسية لها هي "See the details of the current song playing on Pandora".

تحميل ملف CRX للإضافة Pandora Extended

قم بتنزيل ملفات الامتداد Pandora Extended بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
الوصف See the details of the current song playing on Pandora
حجم الملف 122 KB
عدد التثبيتات 22
النسخة الحالية 0.2
آخر تحديث 2014-08-30
تاريخ النشر 2014-08-30
تقييم 5.00/5 مجموع تقييمات 1
المطور antoine.pourchet
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pandora Extended",
    "description": "See the details of the current song playing on Pandora",
    "version": "0.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "See the details of the current song playing on Pandora",
        "default_title": "Check what's playing",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}