Macro Settings by FOODFASTFIT

Convert grams and calories

Macro Settings by FOODFASTFIT क्या है?

Macro Settings by FOODFASTFIT https://foodfastfit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert grams and calories"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Macro Settings by FOODFASTFIT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Macro Settings by FOODFASTFIT Macro Settings by FOODFASTFIT
ID mfdcclpjngnnnhplbbldfnbfkjipfald
आधिकारिक URL https://chromewebstore.google.com/detail/macro-settings-by-foodfas/mfdcclpjngnnnhplbbldfnbfkjipfald
विवरण Convert grams and calories
फ़ाइल का आकार 93.42 KB
स्थापना संख्या 1,510
वर्तमान संस्करण 74
अंतिम अपडेट 2023-08-28
प्रकाशन तिथि 2020-11-14
डेवलपर https://foodfastfit.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://myfitnesspal.foodfastfit.com
सहायता पृष्ठ URL https://www.suggestiondrop.com/community/foodfastfit
गोपनीयता नीति पृष्ठ URL https://foodfastfit.com/privacy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}