A Chrome extension that adds a brush tool to rplace.live. Fully working as of 3/29/26.
Once the extension is loaded and you are on rplace.live, select a color from the palette. Then, you can use the brush tool by holding down right click on your mouse.
This tool is provided as a Chrome extension for ease of use. It will function on any device that can run a browser that supports Chrome extensions.
-
Download the latest release
Go to the Releases tab on GitHub and download the
v1.6.8.zipfile under Assets. -
Extract the ZIP
Unzip the downloaded file to your computer.
-
Open Chrome and go to the Extensions page
Navigate to
chrome://extensionsin your address bar. -
Enable Developer Mode
Toggle the Developer mode switch in the top-right corner of the Extensions page.
-
Load the unpacked extension
Click Load unpacked, then select the extracted
Rplace_Brushfolder. -
Confirm it's active
The extension should now appear in your extensions list and be enabled. You may need to refresh rplace.live if it was already open.
Since this tool is open source, you may choose to build it yourself or help contribute to the project.
-
Install Node.js and npm
Download and install Node.js from nodejs.org. npm is included automatically.
-
Install Git
Download and install Git from git-scm.com. During installation, the default options are fine.
-
Clone the repository
Copy this git repository to your computer using:
git clone https://github.com/CheeseyPatrick/rplace-brush.git
cd rplace-brush- Install dependencies
npm install- Build the extension
npm run buildThis compiles the source files. You can then find the finished extension inside of the dist folder.
