Tomato Predictor

An unofficial performance predictor for solved.ac arenas

Tomato Predictor란 무엇입니까?

Tomato Predictor은(는) kiwiyou.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An unofficial performance predictor for solved.ac arenas"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tomato Predictor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Predicts solved.ac arena performance / rating deltas. Deltas can slightly differ from actual value to lower the server load.                    

확장 프로그램 기본 정보

이름 Tomato Predictor Tomato Predictor
ID flknggeljmkhfhehgflcagoffnpnjcgf
공식 URL https://chromewebstore.google.com/detail/tomato-predictor/flknggeljmkhfhehgflcagoffnpnjcgf
설명 An unofficial performance predictor for solved.ac arenas
파일 크기 38.25 KB
설치 횟수 76
현재 버전 0.3.1
최근 업데이트 2024-03-01
출시 날짜 2024-01-05
개발자 kiwiyou.dev
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.3.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 3,
    "default_locale": "ko",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "144": "images\/144.png",
        "192": "images\/192.png",
        "256": "images\/256.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scoreboard.solved.ac\/*"
            ],
            "js": [
                "scripts\/scoreboard.js"
            ],
            "css": [
                "styles\/scoreboard.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "host_permissions": [
        "https:\/\/tomato-predictor.vercel.app\/*",
        "https:\/\/solved.ac\/api\/v3\/*"
    ]
}