/frienddl.io-chromium

Friend finder Chrome extension for skribbl.io

Primary LanguageJavaScriptMIT LicenseMIT

License

frienddl.io is a browser extension for skribbl.io, a free online multiplayer drawing & guessing game. It aims to make playing more enjoyable by keeping track of your scores.

Download it now for Chromium browsers!

This is the codebase for the Chromium version, but the goal is for all versions to have nearly identical code and feature parity.

Chromium browsers include:

  • Google Chrome
  • Microsoft Edge (newer versions)
  • Brave
  • Opera

Features

  • Clean and easy to understand user interface
  • All data is stored on your machine and isn't collected
  • Monitors your score as you earn points in games
  • Switch to manual mode to update it yourself
  • Shows your all-time high score as well as 1, 7, and 30 day high scores
  • Shows the total amount of points you've earned as well as 1, 7, and 30 day totals
  • Shows your current name and avatar
  • Option to reset your data to give yourself a clean slate

Support

More information is on the support repository.

Contributions

This project's code is open for anyone to contribute. It's formatted for easy reading, with the hope that JavaScript novices are able to understand the core logic.

Follow these steps to contribute:

  1. Fork this repository
  2. Follow the Getting Started steps
  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-chrome.git
  2. Open the Extensions page in Chrome: chrome://extensions/

  3. Turn on developer mode in the top right corner

  4. Click "Load unpacked" at the top left

  5. Select the frienddl.io-chromium directory

Credits