MFP Recipes by FOODFASTFIT

Quickly search your MFP recipes

Cos'è MFP Recipes by FOODFASTFIT?

MFP Recipes by FOODFASTFIT è un'estensione di Chrome sviluppata da https://foodfastfit.com, e la sua funzione principale è "Quickly search your MFP recipes".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MFP Recipes by FOODFASTFIT

Scarica i file di estensione MFP Recipes 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

                        MFP recipes are not searchable. This extension enables search for your MFP recipes.                    

Informazioni di Base sull'Estensione

Nome MFP Recipes by FOODFASTFIT MFP Recipes by FOODFASTFIT
ID fpcgaacncglfohpfjcfidijnjnlmlhdd
URL Ufficiale https://chromewebstore.google.com/detail/mfp-recipes-by-foodfastfi/fpcgaacncglfohpfjcfidijnjnlmlhdd
Descrizione Quickly search your MFP recipes
Dimensione del File 92.88 KB
Conteggio Installazioni 40
Versione Corrente 5
Ultimo Aggiornamento 2023-08-24
Data di Pubblicazione 2022-10-18
Sviluppatore https://foodfastfit.com
Email [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": "MFP Recipes by FOODFASTFIT",
    "description": "Quickly search your MFP recipes",
    "version": "5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "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\/",
            "https:\/\/myfitnesspal.foodfastfit.com\/recipes",
            "https:\/\/myfitnesspal.foodfastfit.com\/recipes\/",
            "http:\/\/mfp.foodfastfit.com\/",
            "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit",
            "http:\/\/mfp.foodfastfit.com\/myfitnesspal-x-foodfastfit\/",
            "http:\/\/mfp.foodfastfit.com\/recipes",
            "http:\/\/mfp.foodfastfit.com\/recipes\/"
        ]
    },
    "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\/recipe_parser*"
            ],
            "js": [
                "content-script-myfitnesspal.js"
            ]
        }
    ]
}