Macro Settings by FOODFASTFIT
Convert grams and calories
Cos'è Macro Settings by FOODFASTFIT?
Macro Settings by FOODFASTFIT è un'estensione di Chrome sviluppata da https://foodfastfit.com, e la sua funzione principale è "Convert grams and calories".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Macro Settings by FOODFASTFIT
Scarica i file di estensione Macro Settings by FOODFASTFIT 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
Set your macronutrient ratios for carbs, fat, and protein effortlessly. Tracking macros down to the gram offers precision in your nutrition game! Accurate tracking helps you fine-tune your diet, hit macros for better results, and discover what fuels your body best. Use presets and easily update your macronutrient goals. Save frequently-used combinations of carbs, fat and protein that can be used to autofill forms.
Informazioni di Base sull'Estensione
Nome | Macro Settings by FOODFASTFIT |
ID | mfdcclpjngnnnhplbbldfnbfkjipfald |
URL Ufficiale | https://chromewebstore.google.com/detail/macro-settings-by-foodfas/mfdcclpjngnnnhplbbldfnbfkjipfald |
Descrizione | Convert grams and calories |
Dimensione del File | 93.42 KB |
Conteggio Installazioni | 1,510 |
Versione Corrente | 74 |
Ultimo Aggiornamento | 2023-08-28 |
Data di Pubblicazione | 2020-11-14 |
Sviluppatore | https://foodfastfit.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://myfitnesspal.foodfastfit.com |
URL della Pagina di Aiuto | https://www.suggestiondrop.com/community/foodfastfit |
URL della Pagina della Politica sulla Privacy | https://foodfastfit.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Macro Settings by FOODFASTFIT", "description": "Convert grams and calories", "version": "74", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.myfitnesspal.com\/*" ], "permissions": [ "storage", "webNavigation", "webRequest" ], "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "action": [], "externally_connectable": { "matches": [ "https:\/\/myfitnesspal.foodfastfit.com\/", "https:\/\/myfitnesspal.foodfastfit.com\/myfitnesspal-x-foodfastfit", "https:\/\/myfitnesspal.foodfastfit.com\/myfitnesspal-x-foodfastfit\/", "http:\/\/mfp.foodfastfit.com\/", "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit", "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit\/" ] }, "content_scripts": [ { "matches": [ "https:\/\/myfitnesspal.foodfastfit.com\/", "https:\/\/myfitnesspal.foodfastfit.com\/myfitnesspal-x-foodfastfit", "https:\/\/myfitnesspal.foodfastfit.com\/myfitnesspal-x-foodfastfit\/", "http:\/\/mfp.foodfastfit.com\/", "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit", "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit\/" ], "js": [ "content-script-foodfastfit.js" ] }, { "matches": [ "*:\/\/*.myfitnesspal.com\/*" ], "js": [ "content-script-myfitnesspal.js" ] } ] } |