Bogosearch - LeetCode Rooms

Add rooms to LeetCode to compete solving problems with friends.

Bogosearch - LeetCode Rooms क्या है?

Bogosearch - LeetCode Rooms Sunny Guan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add rooms to LeetCode to compete solving problems with friends."।

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

screenshot
screenshot
screenshot

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

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

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

                        Are you sad that binarysearch.com is down? Want to practice LeetCode questions and flex on your friends too? This is the perfect extension for you! We added rooms to LeetCode so you can race to solve problems with your friends with chat, leaderboard, topic selection, unlimited number of questions, and more. 

Getting Started:

1. Install this extension. 
2. Go to a LeetCode page.
3. Join or create a room.
4. Invite friends!

Features:

1. Leaderboard
2. Blind 75 + NeetCode 150 problemsets
3. Specific problem selection
4. Chat with @username mention                    

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

नाम Bogosearch - LeetCode Rooms Bogosearch - LeetCode Rooms
ID elcfbhjmhecbkfilbohmojhoiidpokjf
आधिकारिक URL https://chromewebstore.google.com/detail/bogosearch-leetcode-rooms/elcfbhjmhecbkfilbohmojhoiidpokjf
विवरण Add rooms to LeetCode to compete solving problems with friends.
फ़ाइल का आकार 2.88 MB
स्थापना संख्या 217
वर्तमान संस्करण 0.4.3
अंतिम अपडेट 2023-02-22
प्रकाशन तिथि 2022-10-25
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Sunny Guan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sunnyguan/leetcode-rooms-chrome-extension
सहायता पृष्ठ URL https://github.com/sunnyguan/leetcode-rooms-chrome-extension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bogosearch - LeetCode Rooms",
    "version": "0.4.3",
    "description": "Add rooms to LeetCode to compete solving problems with friends.",
    "content_scripts": [
        {
            "js": [
                "scripts\/questions_title_mapping.js",
                "scripts\/socket.io.2.js",
                "scripts\/constants.js",
                "scripts\/utils.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "128.png",
        "64": "64.png"
    }
}