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…

什麼是Pandora Download Links?

Pandora Download Links是由aviyehuda開發的Chrome擴展程式,該擴展的主要功能是“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

下載Pandora Download Links擴展crx文件

下載Pandora Download Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pandora Download Links Pandora Download Links
ID abegacaoahilklpbgapkfcdhnljklcep
官方網址 https://chromewebstore.google.com/detail/pandora-download-links/abegacaoahilklpbgapkfcdhnljklcep
簡介 This plugins let you the ability to download the songs that you are currently listen to in pandora. It supplies easy to use buttons…
檔案大小 44 KB
安裝次數 1,616
目前版本 3.0
更新時間 2014-07-30
上架時間 2014-07-27
評分 2.73/5 共 37 次評分
開發者 aviyehuda
付費類型 free
擴展官網 http://www.aviyehuda.com
支援的語言 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
}