Skip to content

Chrome Extension Permissions

Christopher Hunt edited this page May 20, 2017 · 1 revision

The TagProReplays extension requests permission to "read and change your data" on a list of sites, which is a medium risk as described here. The list of websites are those matching:

  1. All koalabeast.com sites (sites matching *.koalabeast.com)
  2. All newcompte.fr sites (sites matching *.newcompte.fr)
  3. tangent.jukejuice.com

When this permission is granted (required for installation), it permits a content script (this one) to execute in the context of the pages matching the addresses listed above. In plain terms, this script enables the extension to:

  1. Display the in-page menu button, menu, and previewer on TagPro server homepages.
  2. Display the in-game record button, listening for record hotkey keypress, and recording gameplay information which gets stored in your browser as replays.

You can always verify that the script of the extension is the same as that on the siteby looking at the directory for your OS from here and comparing the contents to the dist.zip file associated with each release on the releases page. You may also generate the distributed version of the extension following the instructions in the README.md, as browserify should produce builds deterministically.

Clone this wiki locally