Leet Xt

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

Leet Xtとは何ですか?

Leet Xtはbinbardによって開発されたChromeの拡張機能で、その主な機能は「Supercharge your LeetCode practice - Add to Friends, Premium Features, per Contest Friends Rating, and more!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Leet Xt拡張機能のCRXファイルをダウンロード

Leet Xt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🚀 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
Eメール [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"
    ]
}