Skip to content

Friend finder Firefox extension for skribbl.io

License

Notifications You must be signed in to change notification settings

frienddl-io/frienddl.io-firefox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

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.

Features

  • 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

Support

More information here

Contributions

This project is open for anyone to contribute. Follow these steps:

  1. Fork this repository
  2. Follow the Getting Started steps to get the code running locally
  3. Make changes
  4. Reload the extension
  5. Test changes by running the application locally
  6. When satisfied with changes, open a pull request with screenshots of your testing evidence

Getting Started

  1. Clone repository:

    git clone https://github.com/frienddl-io/frienddl.io-firefox.git
  2. Open the debugging page in Firefox: about:debugging

  3. Go to the "This Firefox" tab

  4. Select "Load Temporary Add-on..."

  5. Open the frienddl.io-firefox directory and select the manifest.json file

Credits