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
- 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
More information is on the support repository.
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:
- Fork this repository
- Follow the Getting Started steps
- 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-chrome.git
-
Open the Extensions page in Chrome:
chrome://extensions/
-
Turn on developer mode in the top right corner
-
Click "Load unpacked" at the top left
-
Select the
frienddl.io-chromium
directory
- GIFs and background image: skribbl.io
- Font in logo: Kimberly Geswein
- Favicon generation: Favic-o-Matic
- JS library: jQuery
- CSS framework: Bootstrap