Pandora saver

Pandora saver - транслирует музыку в vk.com, lastfm.com. Позволяет добавлять понравившеюся песню к себе в аудиозаписи или сохранять…

What is Pandora saver?

Pandora saver is a Chrome extension developed by alex.konashonok, and its main feature is "Pandora saver - транслирует музыку в vk.com, lastfm.com. Позволяет добавлять понравившеюся песню к себе в аудиозаписи или сохранять…".

Extension Screenshots

screenshot

Download Pandora saver Extension CRX File

Download Pandora saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pandora saver - транслирует музыку в vk.com, lastfm.com. Позволяет добавлять понравившеюся песню к себе в аудиозаписи или сохранять на компьютер.                    

Extension Basic Information

Name Pandora saver Pandora saver
ID ponbjoahnbjbjfpkkbodoifogjpnkanf
Official URL https://chrome.google.com/webstore/detail/pandora-saver/ponbjoahnbjbjfpkkbodoifogjpnkanf
Description Pandora saver - транслирует музыку в vk.com, lastfm.com. Позволяет добавлять понравившеюся песню к себе в аудиозаписи или сохранять…
File Size 101 KB
Installation Count 39
Current Version 1.0.1
Last Updated 2014-09-14
Publish Date 2014-09-14
Rating 5.00/5 Total 2 Ratings
Developer alex.konashonok
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-16.png",
        "default_title": "Pandora saver"
    },
    "options_page": "options.html",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-1.8.0.min.js",
                "js\/injection.js"
            ],
            "matches": [
                "http:\/\/*.pandora.com\/*",
                "https:\/\/*.pandora.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ws.audioscrobbler.com; object-src 'self'; style-src 'self' 'unsafe-inline';",
    "manifest_version": 2,
    "name": "Pandora saver",
    "permissions": [
        "notifications",
        "tabs",
        "proxy",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/icon-128.png"
    ],
    "version": "1.0.1"
}