Skip to content

Commit

Permalink
Quickstart: install extension from web store
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Jun 26, 2024
1 parent abc5be6 commit fd154eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/quick_start/browser_extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ First we need to [install](#install) and configure a [websocket proxy](#proxy) a

## Install Browser Extension (Chrome/Brave) <a name="install"></a>

The easiest way to install the TLSN browser extension is to use **[Chrome Web Store](https://chromewebstore.google.com/detail/gcfkkledipjbgdbimfpijgbkhajiaaph)**.

Alternatively, you can install it manually:
1. Download the browser extension from <https://github.com/tlsnotary/tlsn-extension/releases/download/0.1.0.6/tlsn-extension-0.1.0.6.zip>
2. Unzip
⚠️ This is a flat zip file, so be careful if you unzip from the command line, this zip file contains many file at the top level
Expand Down Expand Up @@ -33,9 +36,9 @@ To run your own websockify proxy **locally**, run:
```sh
git clone https://github.com/novnc/websockify && cd websockify
./docker/build.sh
docker run -it --rm -p 55688:80 novnc/websockify 80 api.twitter.com:443
docker run -it --rm -p 55688:80 novnc/websockify 80 api.x.com:443
```
Note the `api.twitter.com:443` argument on the last line.
Note the `api.x.com:443` argument on the last line.

Next use `ws://localhost:55688` as **proxy API** in Step 3 above.

Expand Down
Binary file added src/quick_start/images/chromewebstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd154eb

Please sign in to comment.