Interactive Charts by FOODFASTFIT

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

Interactive Charts by FOODFASTFITคืออะไร?

Interactive Charts by FOODFASTFIT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://foodfastfit.com และคุณลักษณะหลักของมันคือ "Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Interactive Charts by FOODFASTFIT

ดาวน์โหลดไฟล์ส่วนขยาย Interactive Charts by FOODFASTFIT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Interactive Charts by FOODFASTFIT Interactive Charts by FOODFASTFIT
ID amkolaphnpboccgiidldgjfihahlhlkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/interactive-charts-by-foo/amkolaphnpboccgiidldgjfihahlhlkb
คำอธิบาย Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts.
ขนาดไฟล์ 92.44 KB
จำนวนการติดตั้ง 391
เวอร์ชันปัจจุบัน 52
อัปเดตครั้งล่าสุด 2023-08-29
วันที่เผยแพร่ 2020-11-11
ผู้พัฒนา https://foodfastfit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://foodfastfit.com/
URL หน้าช่วยเหลือ https://www.suggestiondrop.com/community/foodfastfit
URL หน้านโยบายความเป็นส่วนตัว https://foodfastfit.com/privacy
ภาษาที่รองรับ 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"
    ]
}