All Projects → ScratchAddons → Scratchaddons

ScratchAddons / Scratchaddons

Licence: gpl-3.0
All-in-one browser extension for Scratch.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Scratchaddons

Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+349.62%)
Mutual labels:  addon, chrome, firefox
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+25.56%)
Mutual labels:  extensions, chrome, firefox
Crunchyroll Html5
A fully fledged HTML5 player for Crunchyroll.
Stars: ✭ 175 (+31.58%)
Mutual labels:  chrome, firefox, userscript
Firessh
free, cross-platform SSH terminal client for Firefox and Chrome
Stars: ✭ 173 (+30.08%)
Mutual labels:  addon, chrome, firefox
Extensions
Source code of Raindrop.io browser extension (Chrome, Firefox, Opera)
Stars: ✭ 446 (+235.34%)
Mutual labels:  extensions, chrome, firefox
Rester
A REST client for almost any web service (Firefox and Chrome Extension)
Stars: ✭ 192 (+44.36%)
Mutual labels:  addon, chrome, firefox
Addon
ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
Stars: ✭ 161 (+21.05%)
Mutual labels:  addon, chrome, firefox
Yomichan
Japanese pop-up dictionary extension for Chrome and Firefox.
Stars: ✭ 464 (+248.87%)
Mutual labels:  addon, chrome, firefox
Gm
UserScripts for Firefox, Chrome and etc
Stars: ✭ 127 (-4.51%)
Mutual labels:  chrome, firefox, userscript
Facebookautolikeprofessional
Auto Like reactions and unlike Facebook Status, Comments, Photos, group posts, page posts, change facebook theme and skin colors, auto tag members in group post.. Auto Comment and Auto Reply to all Comments... Facebook Auto Like Unlimited 2019 is 100% safe to use...
Stars: ✭ 101 (-24.06%)
Mutual labels:  addon, userscript
Docker Selenium
[NOT MAINTAINED] Please use <https://github.com/SeleniumHQ/docker-selenium>
Stars: ✭ 1,431 (+975.94%)
Mutual labels:  chrome, firefox
Discord Panel
📊 User friendly dashboard/tool for discord bot developpers to manage servers
Stars: ✭ 116 (-12.78%)
Mutual labels:  chrome, firefox
Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-24.06%)
Mutual labels:  chrome, firefox
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (-24.81%)
Mutual labels:  extensions, chrome
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-13.53%)
Mutual labels:  chrome, firefox
Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-25.56%)
Mutual labels:  chrome, firefox
Sputnik
Open Source Intelligence Browser Extension
Stars: ✭ 119 (-10.53%)
Mutual labels:  chrome, firefox
Librefox
License: Mozilla Public License 2.0
Stars: ✭ 1,574 (+1083.46%)
Mutual labels:  addon, firefox
The Tab Of Words
A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.
Stars: ✭ 94 (-29.32%)
Mutual labels:  chrome, firefox
Vertical Tabs Reloaded
Firefox add-on for arranging tabs vertically
Stars: ✭ 115 (-13.53%)
Mutual labels:  addon, firefox

Scratch Addons logo

Welcome to Scratch Addons' repository!


About

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's actually 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, then what does Scratch Addons do?

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

  • Allow users to enable, disable and configure addons.
  • Run addons and provide APIs to them.
  • Provide global state to addons (for example, the addon.auth API).
  • Pollute prototypes for use by addon userscripts.
  • Provide ways to access and modify Redux state.
  • Avoid addons from interfering with each other.
  • Avoid duplicate work from different addons.

Addons outside of Scratch Addons itself

Other extensions (and even forks of Scratch) can also provide their users with most addons from Scratch Addons, as long as a compatibility layer for addon.* and other parts of the addon loader is present. Notable examples are the Scratch 3 Developer Tools extension and the TurboWarp editor. These also inherit translations from the Scratch Addons project.

Install

From extension stores


    ↳ Install on Google Chrome, Opera, Brave, Vivaldi, Microsoft Edge (>79), and other Chromium-based browsers.


    ↳ Install on Mozilla Firefox.

From source

No build is required. You may download the source code by doing one of these steps.

  1. Cloning the repository by running git clone https://github.com/ScratchAddons/ScratchAddons.git.
  2. Download the zipball of the current state of the repository here.
  3. Download one of the builds on the releases page. (.zip recommended)

After downloading the extension to your computer, just load it by following these steps.

  • Google 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.
  • Mozilla 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.

Other third-party libraries used are listed on https://github.com/ScratchAddons/ScratchAddons/blob/master/libraries/CREDITS.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].