Bogosearch - LeetCode Rooms

Add rooms to LeetCode to compete solving problems with friends.

Bogosearch - LeetCode Roomsとは何ですか?

Bogosearch - LeetCode RoomsはSunny Guanによって開発されたChromeの拡張機能で、その主な機能は「Add rooms to LeetCode to compete solving problems with friends.」です。

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

screenshot
screenshot
screenshot

Bogosearch - LeetCode Rooms拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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