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은(는) https://foodfastfit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore your MFP nutrition data with interactive charts. This extension improves upon MFP charts."입니다.

확장 프로그램 스크린샷

screenshot

Interactive Charts by FOODFASTFIT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}