Leet Xt

Supercharge your LeetCode practice - Add to Friends, Premium Features, per Contest Friends Rating, and more!

Leet Xt क्या है?

Leet Xt binbard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supercharge your LeetCode practice - Add to Friends, Premium Features, per Contest Friends Rating, and more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Leet Xt एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🚀 Leetcode just got a lot better with Leet Xt! 🚀

🌟 Features:

🧐 Add Users to Friends Page: Easily add your friends from their profile page using the star button, making it simpler than ever to connect and compete.

🧑‍🤝‍🧑 Friends Page: Sort and organize your friends on the Friends Page, making it effortless to keep track of your network.

🔄 Import and Export Friends: Seamlessly import and export friends using extension options, making it a breeze to manage your LeetCode connections.

🏆 Contest Rating Predict: Get ahead of the curve by predicting your rating before official contest results are out. Just hit the special button on the contest page.

👥 View Friends Participating: Stay in the know about which of your friends are participating in contests, and check out their predicted ratings, even for past contests.

📚 Explore Company Problems: Easily access all problems from a specific company, complete with duration and frequency data.

🔓 Unlock Editorials: View locked editorials for problems to help you understand the solutions better.

📊 Problem Rating and Tags: Quickly access problem ratings and see contest and company tags on the problems page using the locked companies button.

Ready to enhance your LeetCode journey?                    

एक्सटेंशन की मूल जानकारी

नाम Leet Xt Leet Xt
ID dlahgjgaomjgkknpcbkhjpapcflphgle
आधिकारिक URL https://chromewebstore.google.com/detail/leet-xt/dlahgjgaomjgkknpcbkhjpapcflphgle
विवरण Supercharge your LeetCode practice - Add to Friends, Premium Features, per Contest Friends Rating, and more!
फ़ाइल का आकार 883 KB
स्थापना संख्या 2,592
वर्तमान संस्करण 0.3.6
अंतिम अपडेट 2024-01-18
प्रकाशन तिथि 2023-09-21
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर binbard
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://leet-xt.js.org/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leet Xt",
    "version": "0.3.6",
    "description": "Supercharge your LeetCode practice - Add to Friends, Premium Features, per Contest Friends Rating, and more!",
    "icons": {
        "128": "\/icons\/logo_128.png",
        "48": "\/icons\/logo_48.png",
        "32": "\/icons\/logo_32.png",
        "16": "\/icons\/logo_16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/*"
            ],
            "js": [
                "js\/lx_html.js",
                "js\/lx_utils.js",
                "js\/lx_contest.js",
                "js\/lx_premium.js",
                "js\/lx_friends.js",
                "js\/lx.js"
            ],
            "css": [
                "css\/lx.css"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "storage",
        "unlimitedStorage"
    ]
}