| title | Installing |
|---|---|
| weight | 2 |
Scratch Addons is available in these stores.
The releases page contains the code and installation files for all development builds of Scratch Addons, as well as the mirror of the store builds.
This is the recommended way to install Scratch Addons for development purposes. This assumes you have Git installed.
To download the repository, simply clone https://github.com/ScratchAddons/ScratchAddons.git.
$ git clone https://github.com/ScratchAddons/ScratchAddons.gitTo update Scratch Addons, first cd into its folder, and then run the following commands.
$ git fetch
$ git pullThis will update Scratch Addons and get it ready for code editing. Note that you will need to see the finish updating section here if you are using Google Chrome.
If you don't have Git installed, you can try this method instead. Note that you will need to manually repeat this process every time you want to update Scratch Addons.
-
Go to the repository and find the download code button.
-
Click it and select "Download ZIP".
-
Extract the archive into a folder.
-
Type
chrome://extensionsinto your address bar to open the Extension Management page. -
Click the toggle next to
Developer modeto turn on the Developer Mode. This allows you to install extensions from a folder or file. -
You should see the
Load unpackedbutton appear. Clicking it will allow you to select a folder to upload. -
Select the extracted folder.
-
The extension should now be loaded.
To finish updating (assuming you followed the updating steps here), click the Update button:
-
Type
about:debugginginto your address bar to open the debugging page. -
Click
This Firefoxon the left-hand menu. -
Click
Load Temporary Add-on.... -
Select the manifest.json file inside the extracted folder.
-
The extension should now be loaded.
Note: Firefox temporary add-ons are actually temporary. Restarting Firefox will remove them, so if you want to use the development version of Scratch Addons all the time, it is recommended that you use a Chromium-based browser like Google Chrome.
Some addons, primarily editor addons, are implemented natively within TurboWarp (so called TurboWarp Addons). If you want to try the select addons of Scratch Addons without installing the browser extension, this is one way of it. Check out https://turbowarp.org/addons to configure the available addons.
Since TurboWarp also offers a desktop client, this means that you can also use the available addons as an offline editor app.






