Pandora Download Links

This plugins let you the ability to download the songs that you are currently listen to in pandora. It supplies easy to use buttons…

Cos'è Pandora Download Links?

Pandora Download Links è un'estensione di Chrome sviluppata da aviyehuda, e la sua funzione principale è "This plugins let you the ability to download the songs that you are currently listen to in pandora. It supplies easy to use buttons…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pandora Download Links

Scarica i file di estensione Pandora Download Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This plugins let you the ability to download the songs that you are currently listen to in pandora.
It supplies easy to use buttons for the different music download services.

notes:
* This plugin only uses outside services it does not implement the download itself also nor it doesn't hold any audio files.                    

Informazioni di Base sull'Estensione

Nome Pandora Download Links Pandora Download Links
ID abegacaoahilklpbgapkfcdhnljklcep
URL Ufficiale https://chromewebstore.google.com/detail/pandora-download-links/abegacaoahilklpbgapkfcdhnljklcep
Descrizione This plugins let you the ability to download the songs that you are currently listen to in pandora. It supplies easy to use buttons…
Dimensione del File 44 KB
Conteggio Installazioni 1,616
Versione Corrente 3.0
Ultimo Aggiornamento 2014-07-30
Data di Pubblicazione 2014-07-27
Valutazione 2.73/5 Totale 37 Valutazioni
Sviluppatore aviyehuda
Tipo di Pagamento free
Sito Web dell'Estensione http://www.aviyehuda.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pandora Download Links",
    "description": "",
    "version": "3.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "images\/beemp3.png",
        "images\/youtube.png",
        "images\/freemp3.png",
        "images\/nmp3.jpg",
        "images\/nocover.jpg",
        "images\/juices.jpg",
        "images\/owl.jpg"
    ],
    "manifest_version": 2
}