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 |
| Eメール | [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"
} | |