Macro Settings by FOODFASTFIT

Convert grams and calories

Macro Settings by FOODFASTFITคืออะไร?

Macro Settings by FOODFASTFIT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://foodfastfit.com และคุณลักษณะหลักของมันคือ "Convert grams and calories"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Macro Settings by FOODFASTFIT

ดาวน์โหลดไฟล์ส่วนขยาย Macro Settings by FOODFASTFIT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}