ruffle/web/packages/extension
sousuke0422 75ce1bf4c1
i18n: Add Japanese
* i18n: Add Japanese
* i18n: Fix the "message" field in ja/message.json

Co-authored-by: FUJIMOTO-Itsuki <52658442+FUJIMOTO-Itsuki@users.noreply.github.com>
Co-authored-by: FUJIMOTO-Itsuki <52658442+FUJIMOTO-Itsuki@users.noreply.github.com>
2020-11-07 17:22:47 -08:00
..
build i18n: Add Japanese 2020-11-07 17:22:47 -08:00
js i18n: Add Settings Saved to locales 2020-08-13 00:41:23 -07:00
tools Move firefox-specific setting to build_firefox.js 2020-07-29 17:06:51 -07:00
.eslintrc.json Fix files in wrong places & eslint errors 2020-07-29 17:06:51 -07: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 web: Build firefox extension and sign it when possible 2020-05-28 09:20:10 -07:00
manifest.json extension: Move storage functions to util.js 2020-07-29 19:03:13 -07:00
package.json web: Fix build of extension, failing since partial update to webpack 5 2020-11-01 05:52:40 -08:00
webpack.config.js web: Include git details into the build 2020-11-04 16:46:14 -08: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 extension.

Before you can install the extension, you must either download the latest build or build it yourself.

Chrome

  • Unpack dist/ruffle_extension.zip somewhere
  • Navigate to chrome://extensions/
  • Turn on Developer mode in the top right corner.
  • Click Load unpacked.
  • Select the folder you unpacked the extension to.

Firefox

  • Navigate to about:debugging.
  • Click on This Firefox.
  • Click Load Temporary Add-on...
  • Select the .xpi from the dist folder.

Building, testing or contributing

Please see the ruffle-web README.