Gymaholic: Free Fitness Workouts
Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.
什麼是Gymaholic: Free Fitness Workouts?
Gymaholic: Free Fitness Workouts是由https://gymaholic.co開發的Chrome擴展程式,該擴展的主要功能是“Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.”。
擴展截圖
下載Gymaholic: Free Fitness Workouts擴展crx文件
下載Gymaholic: Free Fitness Workouts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Gymaholic - Free Fitness Workouts
Our purpose is to help you move, feel and live better. This extension provides you daily workouts that will help you get fit whether you have a gym access or you’re training at home. 擴展基本資訊
| 名稱 | |
| ID | hpjjkaiafemcgocomdgpjoanobepcbln |
| 官方網址 | https://chromewebstore.google.com/detail/gymaholic-free-fitness-wo/hpjjkaiafemcgocomdgpjoanobepcbln |
| 簡介 | Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from. |
| 檔案大小 | 3.7 MB |
| 安裝次數 | 106 |
| 目前版本 | 4.3.5 |
| 更新時間 | 2022-08-09 |
| 上架時間 | 2019-08-14 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | https://gymaholic.co |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.gymaholic.co/training |
| 說明頁面URL | https://www.gymaholic.co/training/faq |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.",
"version": "4.3.5",
"manifest_version": 3,
"name": "Gymaholic: Free Fitness Workouts",
"author": "Gymaholic",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_title": "Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.",
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/training-api.gymaholic.co\/*"
],
"icons": {
"16": "icon-16.png",
"34": "icon-34.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"devtools_page": "devtools.html"
} | |