Bandcamper
Batch-download functionality for the Bandcamp website
Bandcamper란 무엇입니까?
Bandcamper은(는) http://bandcamper.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Batch-download functionality for the Bandcamp website"입니다.
확장 프로그램 스크린샷
Bandcamper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This version of Bandcamper is primarily a batch-downloader. It provides a neatly integrated way to batch-download items from your Bandcamp collection, and even makes downloading a single item just that little bit more straightforward. Scroll through your collection or use Bandcamp's search facility to select the items you want, then download it all with the click of a beautiful, big, blue button! The extension popup also provides convenient links to your most frequently visited pages. Note: You can only download items from your own collection with Bandcamper - this is not a 'download music for free' app. Additional functionality beyond batch-downloading is planned for future versions. check out the website at www.bandcamper.co.uk for more information.
확장 프로그램 기본 정보
이름 | |
ID | nafpaehhiebmplponikkijlebkljdnni |
공식 URL | https://chrome.google.com/webstore/detail/bandcamper/nafpaehhiebmplponikkijlebkljdnni |
설명 | Batch-download functionality for the Bandcamp website |
파일 크기 | 1.66 MB |
설치 횟수 | 549 |
현재 버전 | 0.1 |
최근 업데이트 | 2022-05-10 |
출시 날짜 | 2020-08-12 |
평점 | 4.18/5 총 11 개의 평점 |
개발자 | http://bandcamper.co.uk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.bandcamper.co.uk |
도움말 페이지 URL | http://www.bandcamper.co.uk/html/docs.html |
개인정보 보호 정책 페이지 URL | http://www.bandcamper.co.uk/html/privacy_policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bandcamper", "version": "0.1", "description": "Batch-download functionality for the Bandcamp website", "offline_enabled": false, "content_scripts": [ { "matches": [ "https:\/\/bandcamp.com\/*" ], "css": [ "content\/content.css" ], "js": [ "libraries\/knockout-3.5.1.js", "content\/content.js" ] } ], "browser_action": { "default_icon": { "16": "images\/bandcamper_icon\/bandcamper_icon.png", "32": "images\/bandcamper_icon\/[email protected]", "48": "images\/bandcamper_icon\/[email protected]", "64": "images\/bandcamper_icon\/[email protected]", "80": "images\/bandcamper_icon\/[email protected]", "128": "images\/bandcamper_icon\/[email protected]", "160": "images\/bandcamper_icon\/[email protected]", "256": "images\/bandcamper_icon\/[email protected]", "512": "images\/bandcamper_icon\/[email protected]" }, "default_popup": "popup\/popup.html" }, "icons": { "16": "images\/bandcamper_icon\/bandcamper_icon.png", "32": "images\/bandcamper_icon\/[email protected]", "48": "images\/bandcamper_icon\/[email protected]", "64": "images\/bandcamper_icon\/[email protected]", "80": "images\/bandcamper_icon\/[email protected]", "128": "images\/bandcamper_icon\/[email protected]", "160": "images\/bandcamper_icon\/[email protected]", "256": "images\/bandcamper_icon\/[email protected]", "512": "images\/bandcamper_icon\/[email protected]" }, "background": { "scripts": [ "background\/background.js" ] }, "options_page": "options\/options.html", "permissions": [ "storage", "tabs", "downloads", "https:\/\/bandcamp.com\/", "https:\/\/popplers5.bandcamp.com\/*", "https:\/\/p4.bcbits.com\/download\/*" ] } |