Gymaholic: Free Fitness Workouts

Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.

O que é Gymaholic: Free Fitness Workouts?

Gymaholic: Free Fitness Workouts é uma extensão do Chrome desenvolvida por https://gymaholic.co, e sua principal característica é "Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gymaholic: Free Fitness Workouts

Baixe arquivos de extensão Gymaholic: Free Fitness Workouts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Gymaholic: Free Fitness Workouts Gymaholic: Free Fitness Workouts
ID hpjjkaiafemcgocomdgpjoanobepcbln
URL Oficial https://chromewebstore.google.com/detail/gymaholic-free-fitness-wo/hpjjkaiafemcgocomdgpjoanobepcbln
Descrição Get fit with the Gymaholic's health and fitness app. Many workouts, training plans and exercises to choose from.
Tamanho do Arquivo 3.7 MB
Contagem de Instalações 106
Versão Atual 4.3.5
Última Atualização 2022-08-09
Data de Publicação 2019-08-14
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://gymaholic.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gymaholic.co/training
URL da Página de Ajuda https://www.gymaholic.co/training/faq
Idiomas Suportados 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"
}