HIITify
Customize your favorite Spotify songs to match your HIIT workout with custom BPMs for workout and rest intervals.
HIITify란 무엇입니까?
HIITify은(는) georgieff.ch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your favorite Spotify songs to match your HIIT workout with custom BPMs for workout and rest intervals."입니다.
확장 프로그램 스크린샷
HIITify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever wanted to listen to your favorite Spotify mix during your HIIT (High Intensity Interval Training) training to have the perfect workout? HIITify is a Spotify extention that allows you to: ● set your desired workout tempo (BPM) and maintains it on all of your songs during the workout ● set the length of each workout and rest interval ● have beep cues for the start and end of each interval ● manually update your song speed to a speed of your choice at any time Instructions: 1. Make sure you're listening to Spotify on the Spotify Web Player (open.spotify.com). 2. Click the "HIITify" button. 3. Enjoy! If you need HIITify for more than an hour or something goes wrong, click the "HIITify" button again.
확장 프로그램 기본 정보
이름 | HIITify |
ID | bepaliaolnpicokhibkbcoinelekeafa |
공식 URL | https://chromewebstore.google.com/detail/hiitify/bepaliaolnpicokhibkbcoinelekeafa |
설명 | Customize your favorite Spotify songs to match your HIIT workout with custom BPMs for workout and rest intervals. |
파일 크기 | 168 KB |
설치 횟수 | 20 |
현재 버전 | 0.2 |
최근 업데이트 | 2020-06-11 |
출시 날짜 | 2020-06-11 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | georgieff.ch |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HIITify", "description": "Customize your favorite Spotify songs to match your HIIT workout with custom BPMs for workout and rest intervals.", "version": "0.2", "permissions": [ "storage", "identity", "https:\/\/*.spotify.com\/*", "*:\/\/*.google.com\/*" ], "web_accessible_resources": [ "\/oauth2\/*" ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "168": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "content-script.js" ], "css": [ "style.css" ] }, { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "jquery-3.5.1.min.js", "jquery-ui.min.js", "main-content-script.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |