Skip to content
MxtOUT edited this page May 7, 2020 · 3 revisions
  1. Clone the Augmented Steam repository

Chrome

  1. Run use_chrome.ps1 or copy manifest_chrome.json and rename it to manifest.json

  2. Open the extensions page via the address bar by visiting chrome://extensions

Chrome address bar

  1. Enable the developer mode

Chrome developer mode

  1. Click on "Load unpacked" and select the root folder of your clone

Chrome "Load unpacked"

You can now modify the code and test it by reloading the extension.

Chrome reload


Firefox

  1. Run use_firefox.ps1 or copy manifest_firefox.json and rename it to manifest.json

  2. Open the extensions page via the address bar by visiting about:debugging

Firefox address bar

  1. Click on "Load temporary Add-on..." and select the manifest.json located in the AS root folder

Firefox "Load Temporary Add-on..."

You can now modify the code and test it by reloading the extension.

Firefox reload

Clone this wiki locally