ruffle/web/packages/extension
Nathan Adams e466060a50 chore: Copy LICENSE* to relevant places where package managers complain if they don't exist, and make sure they're included in distributions 2020-05-27 00:11:02 -07:00
..
build web: Move each web package into a packages/ directory 2020-05-19 11:42:53 +02:00
js web: Simplified export interface of ruffle-core 2020-05-19 11:42:54 +02:00
.eslintrc.json web: Move each web package into a packages/ directory 2020-05-19 11:42:53 +02:00
LICENSE_APACHE chore: Copy LICENSE* to relevant places where package managers complain if they don't exist, and make sure they're included in distributions 2020-05-27 00:11:02 -07:00
LICENSE_MIT chore: Copy LICENSE* to relevant places where package managers complain if they don't exist, and make sure they're included in distributions 2020-05-27 00:11:02 -07:00
README.md chore: Document web with readmes 2020-05-27 00:11:02 -07:00
package-lock.json web: web doesn't need install before bootstrap now 2020-05-19 11:42:57 +02:00
package.json chore: Update package.infos in web 2020-05-27 00:11:02 -07:00
webpack.config.js chore: Copy LICENSE* to relevant places where package managers complain if they don't exist, and make sure they're included in distributions 2020-05-27 00:11:02 -07:00

README.md

ruffle-extension

ruffle-extension is all of the power of Ruffle, in your browser.

Without needing websites to do anything, the browser extension will automatically replace any Flash content on websites with the Ruffle player.

The extension will automatically negotiate with websites that do have Ruffle installed, to ensure that there is no conflict between the versions. Newer version of ruffle, either from the website or extension, will always take precedence and disable the other.

Using ruffle-extension

The browser extension is built to work in both Chrome and Firefox.

We do not yet have a signed release of the extension, so you must load it as a temporary "unpacked" extension.

Before you can install the extension, you must either download the latest build or build it yourself. For the purposes of these instructions, you want the extension as a loose folder and not a packed zip.

Chrome

  • Navigate to chrome://extensions/
  • Turn on Developer mode in the top right corner.
  • Click Load unpacked.
  • Select the extension folder.

Firefox

  • Navigate to about:debugging
  • Click on This Firefox.
  • Click Load Temporary Add-on...
  • Select manifest.json from your extension folder.

Building, testing or contributing

Please see the ruffle-web README.