CF-Predictor
This extension predicts rating changes for Codeforces. It shows approximate deltas during and after the contest.
CF-Predictor क्या है?
CF-Predictor Wsl_F द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension predicts rating changes for Codeforces. It shows approximate deltas during and after the contest."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CF-Predictor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A huge number of your nerve cells die every time when you wait for a rating update on Codeforces. Stop this! From now you could use this extension, it partly modifies the contest standings page and shows approximate rating changes for every contestant.
एक्सटेंशन की मूल जानकारी
नाम | CF-Predictor |
ID | ocfloejijfhhkkdmheodbaanephbnfhn |
आधिकारिक URL | https://chromewebstore.google.com/detail/cf-predictor/ocfloejijfhhkkdmheodbaanephbnfhn |
विवरण | This extension predicts rating changes for Codeforces. It shows approximate deltas during and after the contest. |
फ़ाइल का आकार | 84.96 KB |
स्थापना संख्या | 51,012 |
वर्तमान संस्करण | 1.3.2 |
अंतिम अपडेट | 2022-11-28 |
प्रकाशन तिथि | 2020-06-16 |
रेटिंग | 4.53/5 कुल 146 रेटिंग्स |
डेवलपर | Wsl_F |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://cf-predictor.wasylf.xyz/ |
सहायता पृष्ठ URL | https://codeforces.com/blog/entry/50411?locale=en |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CF-Predictor", "short_name": "CF-Predictor", "version": "1.3.2", "description": "This extension predicts rating changes for Codeforces. It shows approximate deltas during and after the contest.", "manifest_version": 3, "icons": { "48": "static\/icon48.png", "64": "static\/icon64.png", "128": "static\/icon128.png" }, "action": { "default_icon": { "48": "static\/icon48.png", "64": "static\/icon64.png", "128": "static\/icon128.png" }, "default_title": "CF-Predictor", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/cf-predictor.wasylf.xyz\/" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "third_party\/jquery.js", "showDeltas.js" ], "matches": [ "http:\/\/codeforces.com\/contest\/*\/standings*", "https:\/\/codeforces.com\/contest\/*\/standings*" ] } ] } |