Auto-BandCamp
Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included.
Auto-BandCamp란 무엇입니까?
Auto-BandCamp은(는) mkdevservices에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included."입니다.
확장 프로그램 스크린샷
Auto-BandCamp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you use the website, BandCamp, to discover new music then Auto-BandCamp will simplify the listening processing for you. Once you open up an album page on the BandCamp site, load the extension and press play and it will begin to play through the album automatically. Auto-BandCamp will load the next song without any input required from the user. You can also pause, skip, and jump between songs without having to switch back to BandCamp tab by using the Song List feature in the extension.
확장 프로그램 기본 정보
이름 | |
ID | limemoifnaonjflnmlnbachimddmkbcm |
공식 URL | https://chromewebstore.google.com/detail/auto-bandcamp/limemoifnaonjflnmlnbachimddmkbcm |
설명 | Play an album off of BandCamp without having to click to start each song. Pause/Resume, skip, and repeat features are included. |
파일 크기 | 582 KB |
설치 횟수 | 161 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-03-26 |
출시 날짜 | 2017-03-26 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | mkdevservices |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto-BandCamp", "description": "Play an album off of BandCamp without having to click to start each song. Pause\/Resume, skip, and repeat features are included.", "version": "1.0", "icons": { "16": "icons\/icon16.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "webRequest", "alarms", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/ajax.googleapis.com\/" ] } |