MFP Recipes by FOODFASTFIT

Quickly search your MFP recipes

MFP Recipes by FOODFASTFIT là gì?

MFP Recipes by FOODFASTFIT là một tiện ích mở rộng Chrome được phát triển bởi https://foodfastfit.com, và tính năng chính của nó là "Quickly search your MFP recipes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MFP Recipes by FOODFASTFIT

Tải xuống các tệp mở rộng MFP Recipes by FOODFASTFIT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MFP Recipes by FOODFASTFIT MFP Recipes by FOODFASTFIT
ID fpcgaacncglfohpfjcfidijnjnlmlhdd
URL Chính Thức https://chromewebstore.google.com/detail/mfp-recipes-by-foodfastfi/fpcgaacncglfohpfjcfidijnjnlmlhdd
Mô tả Quickly search your MFP recipes
Kích Thước Tệp 92.88 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 5
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2022-10-18
Nhà Phát Triển https://foodfastfit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://myfitnesspal.foodfastfit.com
URL Trang Trợ Giúp https://www.suggestiondrop.com/community/foodfastfit
URL Trang Chính Sách Bảo Mật https://foodfastfit.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}