Pandora History Saver

Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.

ما هو Pandora History Saver؟

Pandora History Saver هو إضافة Chrome تم تطويرها بواسطة Patrick Griffith، والميزة الرئيسية لها هي "Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.".

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

screenshot

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

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

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

                        Records your history across all stations. 

It labels the songs you skipped.

Click on the song name to hear it on Youtube. 

Allows you to remove items from your history and then export the history to a text file.                    

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

الاسم Pandora History Saver Pandora History Saver
ID honopjhbilnaafihhlbhflgecnmegeae
عنوان URL الرسمي https://chromewebstore.google.com/detail/pandora-history-saver/honopjhbilnaafihhlbhflgecnmegeae
الوصف Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.
حجم الملف 77.75 KB
عدد التثبيتات 105
النسخة الحالية 1.0.2
آخر تحديث 2015-11-20
تاريخ النشر 2015-11-20
تقييم 3.00/5 مجموع تقييمات 2
المطور Patrick Griffith
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora History Saver",
    "description": "Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "model.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "model.js",
                "content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_title": "Pandora History Saver",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}