Exercise - Fitness Inspiration with Every Tab

Discover a new exercise with every new tab you open. Stay inspired and motivated on your path to fitness.

O que é Exercise - Fitness Inspiration with Every Tab?

Exercise - Fitness Inspiration with Every Tab é uma extensão do Chrome desenvolvida por https://exercises.so, e sua principal característica é "Discover a new exercise with every new tab you open. Stay inspired and motivated on your path to fitness.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Exercise - Fitness Inspiration with Every Tab

Baixe arquivos de extensão Exercise - Fitness Inspiration with Every Tab 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

                        Discover a New Exercise with Every Tab Page!

Daily fitness inspiration with each new tab! Stay motivated, mix up your training, and hit your goals. The Exercise extension introduces you to a new workout every time you open a new tab, integrating fitness into your daily online activities.

🚨🚨 Important Note! 🚨🚨 
For the best experience, after installing the Exercise extension click the Keep it button on the Change back to Google notification. This will show Exercise on each new tab. If you don't select this, the extension will still be available from the icon in your extension toolbar.

🌟 Features:

Diverse Workouts: 
Explore exercises across various disciplines, including Bodybuilding, HIIT, Tabata, Pilates, Yoga, Olympic Weightlifting, and LISS.

Gym & Home-Friendly: 
Each exercise comes with a gym version and a modified home version for those without gym access.

Community 'Likes':
Press the 'heart' to 'like' exercises and share your preference with the community, shaping a collective fitness trend.

Beginner-Friendly: 
Ideal for gym newbies eager to broaden their exercise knowledge.

Comprehensive Focus: 
From dumbbell exercises, targeting areas like back and chest to core, bodyweight, barbell exercises, and even stretches & cardio movements. 


💡 Benefits:

Daily Workout Inspiration: Never run out of ideas for your next workout session.

Fit Learning into Your Routine: Learn about fitness as part of your daily web browsing.

Home Workout Solutions: Adapted exercises make it easy to maintain fitness at home.

---

🔗 Stay Connected:
Questions or feedback? Reach out to us on Twitter at @exercises_so (https://x.com/exercises_so) and be a part of our fitness community. Become an active member of our fitness community and help shape the trending workouts!                    

Informações Básicas da Extensão

Nome Exercise - Fitness Inspiration with Every Tab Exercise - Fitness Inspiration with Every Tab
ID idhbppehmegfahmlnhajakjplaonfkdk
URL Oficial https://chromewebstore.google.com/detail/exercise-fitness-inspirat/idhbppehmegfahmlnhajakjplaonfkdk
Descrição Discover a new exercise with every new tab you open. Stay inspired and motivated on your path to fitness.
Tamanho do Arquivo 505 KB
Contagem de Instalações 85
Versão Atual 1.3.3
Última Atualização 2023-12-19
Data de Publicação 2023-10-27
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://exercises.so
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.exercises.so
URL da Página de Política de Privacidade https://www.exercises.so/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.3.3",
    "author": "exercises.so",
    "name": "Exercise - Fitness Inspiration with Every Tab",
    "description": "Discover a new exercise with every new tab you open. Stay inspired and motivated on your path to fitness.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.exercises.so\/*"
    ]
}