About Scratch Addons

Scratch Addons is a WebExtension (supports both Chrome and Firefox). Scratch Addons’ mission is to combine all existing Scratch extensions, userscripts and userstyles into a single easy-to-access place, while still letting users choose which ones to enable.

What actually is an "addon"?

An addon is similar to an extension or a userscript, but they use special APIs provided by the Scratch Addons extension. These APIs allow addons to run scripts on a Scratch page (userscripts), run scripts on the background (persistent scripts), or apply styles to the Scratch website (userstyles). Userscripts and persistent scripts can use the addon.* JavaScript APIs, which allow them to obtain Scratch-related information (for example, get the current logged in user) and also use extension APIs (like sending notifications). Converting an already existing extension/userscript into an addon, or writing your own, is very easy. Check out the guide.

If everything is an addon that what does Scratch Addons do?

Scratch Addons by itself is just an addon loader. Its main tasks are:



Installation

No build is required. After cloning the repository to your computer, just load the extension by following these steps.

Chrome

  1. Open chrome://extensions to open the Extension Management page by typing it into your address bar.
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. Click the LOAD UNPACKED button on the top and select the extension directory which has the manifest.json file in it.

Firefox

  1. Open about:debugging to open the add-ons page by typing it into your address bar.
  2. Click This Firefox on the right-hand menu.
  3. Click Load Temporary Add-on... and select the manifest.json file.


Contribute

If you found a bug, or want to suggest new features, please use the issues tab. If you want to help with the code or add a new addon, fork this repository, and then create a pull request. Also, please read our contributing guidelines.

License

Scratch Addons is licensed under the terms of the GNU General Public License v3.0.