8trhacker
Make Spotify playlists from 8tracks mixes
8trhacker란 무엇입니까?
8trhacker은(는) apeiron877에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Spotify playlists from 8tracks mixes"입니다.
확장 프로그램 스크린샷
8trhacker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Spotify allows users to listen to a huge library of songs on demand, but discovering good new music can be difficult. 8tracks has a wide variety of curated mixes created and reviewed by users, but playlists can only be listened to sequentially, songs' titles are not revealed until they begin playing, and skips are limited. 8trhacker dumps 8tracks mixes into your Spotify queue, where you can listen to the songs whenever you want, make a Spotify playlist, share with your friends, etc.
확장 프로그램 기본 정보
이름 | |
ID | npgibndagfpfcddhnlnhbacedilajgkd |
공식 URL | https://chromewebstore.google.com/detail/8trhacker/npgibndagfpfcddhnlnhbacedilajgkd |
설명 | Make Spotify playlists from 8tracks mixes |
파일 크기 | 59.27 KB |
설치 횟수 | 145 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2012-11-25 |
출시 날짜 | 2012-11-25 |
평점 | 2.93/5 총 14 개의 평점 |
개발자 | apeiron877 |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "8trhacker", "version": "1.1.3", "description": "Make Spotify playlists from 8tracks mixes", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/8tracks.com\/*" ], "js": [ "jquery-1.6.2.min.js", "8Trhacker.js", "skiptracks.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "icon_all.png", "icon_prev.png" ], "manifest_version": 2 } |