Interactive Charts by FOODFASTFIT

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

Wat is Interactive Charts by FOODFASTFIT?

Interactive Charts by FOODFASTFIT is een Chrome-extensie ontwikkeld door https://foodfastfit.com, en de belangrijkste functie is "Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Interactive Charts by FOODFASTFIT

Download Interactive Charts by FOODFASTFIT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Interactive Charts by FOODFASTFIT Interactive Charts by FOODFASTFIT
ID amkolaphnpboccgiidldgjfihahlhlkb
Officiële URL https://chromewebstore.google.com/detail/interactive-charts-by-foo/amkolaphnpboccgiidldgjfihahlhlkb
Beschrijving Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.
Bestandsgrootte 92.44 KB
Aantal Installaties 391
Huidige Versie 52
Laatst Bijgewerkt 2023-08-29
Publicatiedatum 2020-11-11
Ontwikkelaar https://foodfastfit.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://foodfastfit.com/
Help Pagina-URL https://www.suggestiondrop.com/community/foodfastfit
URL van de Privacybeleid Pagina https://foodfastfit.com/privacy
Ondersteunde Talen 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"
    ]
}