7 Minute Workout
7 Minute Workout it is set of 12 exercises with 10 seconds breaks between each exercise
什麼是7 Minute Workout?
7 Minute Workout是由https://exercises.freefinancetools.net開發的Chrome擴展程式,該擴展的主要功能是“7 Minute Workout it is set of 12 exercises with 10 seconds breaks between each exercise”。
擴展截圖
下載7 Minute Workout擴展crx文件
下載7 Minute Workout擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Want to lose fat and gain muscle quickly? Perform the 7 minute workout daily from your computer. Our extension allows you to do these 10 types of exercises and has a timer which allows you to exercise for 30 seconds, have a rest of 10 seconds before moving on to the next exercise. Try the 7 minute workout today and use our workout/exercise extension to lose weight today!
擴展基本資訊
名稱 | 7 Minute Workout |
ID | hljaaeipglfgjelpbonnnmigdicjogmb |
官方網址 | https://chromewebstore.google.com/detail/7-minute-workout/hljaaeipglfgjelpbonnnmigdicjogmb |
簡介 | 7 Minute Workout it is set of 12 exercises with 10 seconds breaks between each exercise |
檔案大小 | 2.03 MB |
安裝次數 | 304 |
目前版本 | 1.0.2 |
更新時間 | 2022-02-24 |
上架時間 | 2020-10-09 |
評分 | 3.40/5 共 5 次評分 |
開發者 | https://exercises.freefinancetools.net |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "short_name": "__MSG_app_name__", "default_locale": "en", "version": "1.0.2", "manifest_version": 2, "offline_enabled": true, "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" } }, "background": { "scripts": [ "js\/launch.js" ] }, "permissions": [ "storage" ], "options_ui": { "page": "ui\/options.html", "chrome_style": true }, "homepage_url": "https:\/\/exercises.freefinancetools.net\/" } |