Blogilates - Fitness when you need it!

Workout a specific body type or do a workout series!

Cos'è Blogilates - Fitness when you need it!?

Blogilates - Fitness when you need it! è un'estensione di Chrome sviluppata da tyler.balaban, e la sua funzione principale è "Workout a specific body type or do a workout series!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Blogilates - Fitness when you need it!

Scarica i file di estensione Blogilates - Fitness when you need it! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Don't forget to work out that bod! 

Blogilates - Fitness when you need it is an extension that quickly lets you get to the workout that you are looking for. Go through a Blogilates workout series or focus on a specific body type with ease using this app.                    

Informazioni di Base sull'Estensione

Nome Blogilates - Fitness when you need it! Blogilates - Fitness when you need it!
ID bjcjacjbdcedfmlncehbcidofddbjdhi
URL Ufficiale https://chrome.google.com/webstore/detail/blogilates-fitness-when-y/bjcjacjbdcedfmlncehbcidofddbjdhi
Descrizione Workout a specific body type or do a workout series!
Dimensione del File 173 KB
Conteggio Installazioni 255
Versione Corrente 0.1.1
Ultimo Aggiornamento 2015-03-02
Data di Pubblicazione 2015-03-02
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore tyler.balaban
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "assets\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "Blogilates"
    },
    "description": "Workout a specific body type or do a workout series!",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "homepage_url": "https:\/\/www.blogilates.com",
    "manifest_version": 2,
    "name": "Blogilates - Fitness when you need it!",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "short_name": "Blogilates",
    "version": "0.1.1",
    "web_accessible_resources": [
        "assets\/*",
        "results.json"
    ]
}