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
电子邮箱 [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"
    }
}