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.

Apa itu Exercise - Fitness Inspiration with Every Tab?

Exercise - Fitness Inspiration with Every Tab adalah ekstensi Chrome yang dikembangkan oleh https://exercises.so, dan fitur utamanya adalah "Discover a new exercise with every new tab you open. Stay inspired and motivated on your path to fitness.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Exercise - Fitness Inspiration with Every Tab

Unduh file ekstensi Exercise - Fitness Inspiration with Every Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Exercise - Fitness Inspiration with Every Tab Exercise - Fitness Inspiration with Every Tab
ID idhbppehmegfahmlnhajakjplaonfkdk
URL Resmi https://chromewebstore.google.com/detail/exercise-fitness-inspirat/idhbppehmegfahmlnhajakjplaonfkdk
Deskripsi Discover a new exercise with every new tab you open. Stay inspired and motivated on your path to fitness.
Ukuran File 505 KB
Jumlah Instalasi 85
Versi Saat Ini 1.3.3
Terakhir Diperbarui 2023-12-19
Tanggal Publikasi 2023-10-27
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://exercises.so
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.exercises.so
URL Halaman Kebijakan Privasi https://www.exercises.so/privacy
Bahasa yang Didukung 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\/*"
    ]
}