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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |