Bogosearch - LeetCode Rooms

Add rooms to LeetCode to compete solving problems with friends.

Qu'est-ce que Bogosearch - LeetCode Rooms ?

Bogosearch - LeetCode Rooms est une extension Chrome développée par Sunny Guan, et sa fonction principale est "Add rooms to LeetCode to compete solving problems with friends.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bogosearch - LeetCode Rooms

Téléchargez les fichiers d'extension Bogosearch - LeetCode Rooms au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bogosearch - LeetCode Rooms Bogosearch - LeetCode Rooms
ID elcfbhjmhecbkfilbohmojhoiidpokjf
URL Officiel https://chromewebstore.google.com/detail/bogosearch-leetcode-rooms/elcfbhjmhecbkfilbohmojhoiidpokjf
Description Add rooms to LeetCode to compete solving problems with friends.
Taille du Fichier 2.88 MB
Nombre d'Installations 217
Version Actuelle 0.4.3
Dernière Mise à Jour 2023-02-22
Date de Publication 2022-10-25
Évaluation 5.00/5 Total 5 Évaluations
Développeur Sunny Guan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sunnyguan/leetcode-rooms-chrome-extension
URL de la Page d'Aide https://github.com/sunnyguan/leetcode-rooms-chrome-extension
Langues Prises en Charge 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"
    }
}