MFP Recipes by FOODFASTFIT

Quickly search your MFP recipes

Apa itu MFP Recipes by FOODFASTFIT?

MFP Recipes by FOODFASTFIT adalah ekstensi Chrome yang dikembangkan oleh https://foodfastfit.com, dan fitur utamanya adalah "Quickly search your MFP recipes".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi MFP Recipes by FOODFASTFIT

Unduh file ekstensi MFP Recipes by FOODFASTFIT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama MFP Recipes by FOODFASTFIT MFP Recipes by FOODFASTFIT
ID fpcgaacncglfohpfjcfidijnjnlmlhdd
URL Resmi https://chromewebstore.google.com/detail/mfp-recipes-by-foodfastfi/fpcgaacncglfohpfjcfidijnjnlmlhdd
Deskripsi Quickly search your MFP recipes
Ukuran File 92.88 KB
Jumlah Instalasi 40
Versi Saat Ini 5
Terakhir Diperbarui 2023-08-24
Tanggal Publikasi 2022-10-18
Pengembang https://foodfastfit.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://myfitnesspal.foodfastfit.com
URL Halaman Bantuan https://www.suggestiondrop.com/community/foodfastfit
URL Halaman Kebijakan Privasi https://foodfastfit.com/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}