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

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