Gymaholic: Free Fitness Workouts
Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.
Was ist Gymaholic: Free Fitness Workouts?
Gymaholic: Free Fitness Workouts ist eine Chrome-Erweiterung, die von https://gymaholic.co entwickelt wurde, und ihr Hauptmerkmal ist "Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.".
Erweiterungsscreenshots
Gymaholic: Free Fitness Workouts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gymaholic: Free Fitness Workouts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hpjjkaiafemcgocomdgpjoanobepcbln |
| Offizielle URL | https://chromewebstore.google.com/detail/gymaholic-free-fitness-wo/hpjjkaiafemcgocomdgpjoanobepcbln |
| Beschreibung | Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from. |
| Dateigröße | 3.7 MB |
| Installationsanzahl | 106 |
| Aktuelle Version | 4.3.5 |
| Letztes Update | 2022-08-09 |
| Veröffentlichungsdatum | 2019-08-14 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://gymaholic.co |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.gymaholic.co/training |
| Hilfeseite URL | https://www.gymaholic.co/training/faq |
| Unterstützte Sprachen | 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"
} | |