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…”。
扩展截图
下载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 |
ID | abegacaoahilklpbgapkfcdhnljklcep |
官方URL | 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 } |