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 |
| 官方URL | 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"
} | |