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"입니다.

확장 프로그램 스크린샷

screenshot

7 Minute Workout 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 7 Minute Workout
ID hljaaeipglfgjelpbonnnmigdicjogmb
공식 URL 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\/"
}