Gymaholic: Free Fitness Workouts
Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.
Cos'è Gymaholic: Free Fitness Workouts?
Gymaholic: Free Fitness Workouts è un'estensione di Chrome sviluppata da https://gymaholic.co, e la sua funzione principale è "Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gymaholic: Free Fitness Workouts
Scarica i file di estensione Gymaholic: Free Fitness Workouts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | hpjjkaiafemcgocomdgpjoanobepcbln | 
| URL Ufficiale | https://chromewebstore.google.com/detail/gymaholic-free-fitness-wo/hpjjkaiafemcgocomdgpjoanobepcbln | 
| Descrizione | Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from. | 
| Dimensione del File | 3.7 MB | 
| Conteggio Installazioni | 106 | 
| Versione Corrente | 4.3.5 | 
| Ultimo Aggiornamento | 2022-08-09 | 
| Data di Pubblicazione | 2019-08-14 | 
| Valutazione | 5.00/5 Totale 4 Valutazioni | 
| Sviluppatore | https://gymaholic.co | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://www.gymaholic.co/training | 
| URL della Pagina di Aiuto | https://www.gymaholic.co/training/faq | 
| Lingue Supportate | 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"
}  |  |