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 } |