Interactive Charts by FOODFASTFIT

Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.

What is Interactive Charts by FOODFASTFIT?

Interactive Charts by FOODFASTFIT is a Chrome extension developed by https://foodfastfit.com, and its main feature is "Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.".

Extension Screenshots

screenshot

Download Interactive Charts by FOODFASTFIT Extension CRX File

Download Interactive Charts by FOODFASTFIT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.                    

Extension Basic Information

Name Interactive Charts by FOODFASTFIT Interactive Charts by FOODFASTFIT
ID amkolaphnpboccgiidldgjfihahlhlkb
Official URL https://chromewebstore.google.com/detail/interactive-charts-by-foo/amkolaphnpboccgiidldgjfihahlhlkb
Description Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.
File Size 92.44 KB
Installation Count 391
Current Version 52
Last Updated 2023-08-29
Publish Date 2020-11-11
Developer https://foodfastfit.com
Email [email protected]
Payment Type free
Extension Website https://foodfastfit.com/
Help Page URL https://www.suggestiondrop.com/community/foodfastfit
Privacy Policy Page URL https://foodfastfit.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Interactive Charts by FOODFASTFIT",
    "version": "52",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.myfitnesspal.com\/reports*",
                "*:\/\/*.myfitnesspal.com\/*\/reports*"
            ],
            "exclude_matches": [
                "*:\/\/*.myfitnesspal.com\/reports\/printable_diary*",
                "*:\/\/*.myfitnesspal.com\/*\/reports\/printable_diary*"
            ],
            "js": [
                "main.js"
            ]
        },
        {
            "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": [
                "fff.js"
            ]
        }
    ],
    "icons": {
        "16": "foodfastfit16.png",
        "48": "foodfastfit48.png",
        "128": "foodfastfit128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "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\/"
        ]
    },
    "host_permissions": [
        "https:\/\/www.myfitnesspal.com\/*"
    ],
    "permissions": [
        "storage",
        "webRequest"
    ]
}