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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}