LeetBuddies

An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard.

LeetBuddies क्या है?

LeetBuddies Mohit Singh Chauhan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        LeetBuddies Extension is a Chrome extension that helps you track your friends' progress on LeetCode and compete with them in a healthy way. It also provides features like dark mode and customized stats.

Here are some of the key features of LeetBuddies Extension:

👉 Track your friends' progress: See how many problems they have solved, their ranking, and their performance in contests.
👉 Compete with your friends: See who can solve the most problems or get the highest ranking.
👉 Dark mode: Choose a dark interface to reduce eye strain.
👉 Customized stats: Choose which stats you want to see, such as activity, heatmap, and contest performance.

LeetBuddies Extension is open-source, so you can contribute to its development. You can also share it with your coding buddies to help them improve their LeetCode skills.

To learn more about LeetBuddies Extension, visit the website or the GitHub repository: https://github.com/MohitSinghChauhan/LeetBuddies
and be part of the LeetBuddies!

Note: LeetBuddies is not affiliated with LeetCode. The extension solely aims to enhance the LeetCode experience for its users.                    

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

नाम LeetBuddies LeetBuddies
ID bdjodimflodichjajpgehjfbdbhkbhnd
आधिकारिक URL https://chromewebstore.google.com/detail/leetbuddies/bdjodimflodichjajpgehjfbdbhkbhnd
विवरण An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard.
फ़ाइल का आकार 71.66 KB
स्थापना संख्या 140
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-07-10
प्रकाशन तिथि 2023-06-29
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Mohit Singh Chauhan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeetBuddies",
    "version": "1.0.1",
    "description": "An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard.",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}