Auto Play
Automatically play music from a variety of websites
Auto Play란 무엇입니까?
Auto Play은(는) syrrim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically play music from a variety of websites"입니다.
확장 프로그램 스크린샷
Auto Play 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to generate a playlist of music, that will be automatically played. This music can be from most popular sites, including: • Youtube • SoundCloud • Bandcamp • Vimeo It also allows you to add audio tracks off the web, as long as the format is supported by chrome. Currently playing sounds can be played and paused, seeked through, restarted, or skipped over. Songs in the queue can be reorganized through drag and drop methods, as well as completely removed. In other words, you have complete control over the playlist.
확장 프로그램 기본 정보
이름 | Auto Play |
ID | ahenlbboobkcclimcmfmeppgldbnemfh |
공식 URL | https://chromewebstore.google.com/detail/auto-play/ahenlbboobkcclimcmfmeppgldbnemfh |
설명 | Automatically play music from a variety of websites |
파일 크기 | 136 KB |
설치 횟수 | 301 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2015-10-29 |
출시 날짜 | 2015-10-28 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | syrrim |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Play", "description": "Automatically play music from a variety of websites", "author": "syrrim", "version": "1.0.1", "icons": { "128": "logo128.png", "48": "logo48.png", "16": "logo16.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "logo\/logo128.png", "default_title": "Auto Play", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "http:\/\/streampocket.com\/" ] } |