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」です。
拡張機能のスクリーンショット
Tomato Predictor拡張機能のCRXファイルをダウンロード
Tomato Predictor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Predicts solved.ac arena performance / rating deltas. Deltas can slightly differ from actual value to lower the server load. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |