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.

Qu'est-ce que Exercise - Fitness Inspiration with Every Tab ?

Exercise - Fitness Inspiration with Every Tab est une extension Chrome développée par https://exercises.so, et sa fonction principale est "Discover a new exercise with every new tab you open. Stay inspired and motivated on your path to fitness.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Exercise - Fitness Inspiration with Every Tab

Téléchargez les fichiers d'extension Exercise - Fitness Inspiration with Every Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Exercise - Fitness Inspiration with Every Tab Exercise - Fitness Inspiration with Every Tab
ID idhbppehmegfahmlnhajakjplaonfkdk
URL Officiel https://chromewebstore.google.com/detail/exercise-fitness-inspirat/idhbppehmegfahmlnhajakjplaonfkdk
Description Discover a new exercise with every new tab you open. Stay inspired and motivated on your path to fitness.
Taille du Fichier 505 KB
Nombre d'Installations 85
Version Actuelle 1.3.3
Dernière Mise à Jour 2023-12-19
Date de Publication 2023-10-27
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://exercises.so
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.exercises.so
URL de la Page de Politique de Confidentialité https://www.exercises.so/privacy
Langues Prises en Charge 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\/*"
    ]
}