Pandora Player

A more integrated way of enjoying pandora.

ما هو Pandora Player؟

Pandora Player هو إضافة Chrome تم تطويرها بواسطة WebMech، والميزة الرئيسية لها هي "A more integrated way of enjoying pandora.".

لقطات شاشة التمديد

screenshot

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

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

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

                        Pandora Player is a neat little widget that lets you control and listen to Pandora from your browser. It includes everything you need to listen to and enjoy Pandora without the need to have the yet another extra tab open.

Features: 
- Play, Pause, Like, Skip your Pandora songs.
- Switch Playlists                    

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

الاسم Pandora Player Pandora Player
ID pdkmfpaepcjiffojdgagnbdhebkojmib
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pandora-player/pdkmfpaepcjiffojdgagnbdhebkojmib
الوصف A more integrated way of enjoying pandora.
حجم الملف 173 KB
عدد التثبيتات 492
النسخة الحالية 1.2.3
آخر تحديث 2014-08-03
تاريخ النشر 2014-08-03
تقييم 3.00/5 مجموع تقييمات 3
المطور WebMech
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora Player",
    "description": "A more integrated way of enjoying pandora.",
    "version": "1.2.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.pandora.com\/*",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/pandora.com; object-src 'self' https:\/\/pandora.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pandora.com\/",
                "*:\/\/*.pandora.com\/account\/sign-in",
                "*:\/\/*.pandora.com\/station\/play\/*"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/app\/pandora.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "index.html"
    }
}