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.

What is Exercise - Fitness Inspiration with Every Tab?

Exercise - Fitness Inspiration with Every Tab is a Chrome extension developed by https://exercises.so, and its main feature is "Discover a new exercise with every new tab you open. Stay inspired and motivated on your path to fitness.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Exercise - Fitness Inspiration with Every Tab Extension CRX File

Download Exercise - Fitness Inspiration with Every Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Exercise - Fitness Inspiration with Every Tab Exercise - Fitness Inspiration with Every Tab
ID idhbppehmegfahmlnhajakjplaonfkdk
Official URL 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.
File Size 505 KB
Installation Count 85
Current Version 1.3.3
Last Updated 2023-12-19
Publish Date 2023-10-27
Rating 5.00/5 Total 7 Ratings
Developer https://exercises.so
Email [email protected]
Payment Type free
Extension Website https://www.exercises.so
Privacy Policy Page URL https://www.exercises.so/privacy
Supported Languages 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\/*"
    ]
}