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ファイルをダウンロード
HIITify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |