frienddl.io is a browser extension to find friends on skribbl.io, a free online multiplayer drawing & guessing game.
Download it now on Chrome or Firefox!
This is the codebase for the Mozilla Firefox version, but the goal is for all versions to have nearly identical code and feature parity.
- Works in the background so you can focus on other things while waiting
- Alerts you when a friend has been found
- Saves your friends so you don't have to type them in repeatedly
- Pause to add more friends and continue searching
- Stop to close out the search window
- Option to open the search window minimized
- Keeps track of search stats
- Updates badge to show how many games have been joined
- Handles disconnect errors cleanly to keep the search running
More information here
This project is open for anyone to contribute. Follow these steps:
- Fork this repository
- Follow the Getting Started steps to get the code running locally
- Make changes
- Reload the extension
- Test changes by running the application locally
- When satisfied with changes, open a pull request with screenshots of your testing evidence
-
Clone repository:
git clone https://github.com/frienddl-io/frienddl.io-firefox.git
-
Open the debugging page in Firefox:
about:debugging
-
Go to the "This Firefox" tab
-
Select "Load Temporary Add-on..."
-
Open the
frienddl.io-firefox
directory and select themanifest.json
file
- GIFs and background image: skribbl.io
- Font in logo: Kimberly Geswein
- Favicon generation: Favic-o-Matic
- JS library: jQuery
- CSS framework: Bootstrap