LC Predictor

Browser extension for predicting leetcode contest rating. It shows approximate rating delta after contests on leetcode itself.

Wat is LC Predictor?

LC Predictor is een Chrome-extensie ontwikkeld door https://lcpredictor.onrender.com, en de belangrijkste functie is "Browser extension for predicting leetcode contest rating. It shows approximate rating delta after contests on leetcode itself.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LC Predictor

Download LC Predictor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        After participating in Leetcode contests, you wait too long for seeing your new rating. By using this extension you can get your rating changes right after the completion of contest on Leetcode itself. It adds rating changes on leetcode ranking pages for all the contestants.                    

Basisinformatie over de Extensie

Naam LC Predictor LC Predictor
ID jfhgaegpgiepniiebglgjhhfnjcibphh
Officiële URL https://chromewebstore.google.com/detail/lc-predictor/jfhgaegpgiepniiebglgjhhfnjcibphh
Beschrijving Browser extension for predicting leetcode contest rating. It shows approximate rating delta after contests on leetcode itself.
Bestandsgrootte 172 KB
Aantal Installaties 4,687
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-12-19
Publicatiedatum 2021-08-10
Beoordeling 3.73/5 Totaal 15 Beoordelingen
Ontwikkelaar https://lcpredictor.onrender.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://lcpredictor.onrender.com/
Help Pagina-URL https://github.com/SysSn13/leetcode-rating-predictor/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LC Predictor",
    "version": "1.0.2",
    "short_name": "LC Predictor",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "icons": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "64": "\/icons\/icon64.png",
            "128": "\/icons\/icon128.png"
        }
    },
    "description": "Browser extension for predicting leetcode contest rating. It shows approximate rating delta after contests on leetcode itself.",
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "64": "\/icons\/icon64.png",
        "128": "\/icons\/icon128.png"
    },
    "options_page": ".\/options.html",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/leetcode.com\/*",
        "https:\/\/lcpredictor.onrender.com\/*"
    ]
}