Tomato Predictor
An unofficial performance predictor for solved.ac arenas
ما هو Tomato Predictor؟
Tomato Predictor هو إضافة Chrome تم تطويرها بواسطة kiwiyou.dev، والميزة الرئيسية لها هي "An unofficial performance predictor for solved.ac arenas".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tomato Predictor
قم بتنزيل ملفات الامتداد Tomato Predictor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Predicts solved.ac arena performance / rating deltas. Deltas can slightly differ from actual value to lower the server load.
معلومات أساسية عن التمديد
الاسم | 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\/*" ] } |