Skribbl_IO-FriendFinder is a Chrome extension designed to automate the process of finding your friends in public Skribbl.io lobbies. Built with React and Material-UI (MUI), this extension allows you to seamlessly join public lobbies where your friends are present, eliminating the need to create private games.
Important: This extension is intended for educational purposes only. The creator is not responsible for any misuse, abuse, or any consequences resulting from the use of this extension. Users should respect the terms of service of Skribbl.io and other applicable regulations.
Skribbl_IO-FriendFinder uses a straightforward method to locate your friend in public lobbies. Here’s how it works:
- Input: You enter your friend's username in the extension.
- Search: The extension automatically joins and leaves public lobbies until it finds a match with your friend’s username.
- Join: Once a match is found, the extension stops, and you're placed in the same lobby as your friend.
To install the extension without building it yourself, follow these steps:
- Download the latest release from here and save the ZIP file.
- Extract the ZIP file into a folder.
- Open Chrome and navigate to
chrome://extensions. - Enable "Developer mode" using the toggle in the top-right corner.
- Click "Load unpacked" and select the extracted folder.
The extension should now be installed and ready to use.
Note: I plan to submit this extension to the Chrome Web Store in the future to simplify the installation process.
If you wish to build and test the extension yourself, here’s how to do it:
-
Clone the Repository
git clone https://github.com/your-repo/skribblio-friendfinder.git cd skribblio-friendfinder -
Install Dependencies
Ensure that Node.js is installed, then run:
npm install- Run the Development Server
To start the development server, use:
npm run dev- Build the Extension
To create a production-ready build, run:
npm run build- Preview the Build
To preview the production build locally, use:
npm run preview- Load the Extension in Chrome
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" in the top right.
- Click "Load unpacked" and select the build directory.
Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or submit a pull request. Please make sure to follow the code of conduct when contributing.
This project is licensed under the MIT License. For more details, see the LICENSE file.
© Serhat Güler (sero583). All rights reserved.