mirror of
https://github.com/tlsnotary/tlsn-extension.git
synced 2026-01-08 20:48:03 -05:00
c67b794f40d3ae2bc00a12fc045e2907d3368eec
Chrome Extension (MV3) for TLSNotary
Important
⚠️ When running the extension against a notary server, please ensure that the server's version is the same as the version of this extension
License
This repository is licensed under either of
at your option.
Installing and Running
The easiest way to install the TLSN browser extension is to use the Chrome Web Store.
You can also build and run it locally as explained in the following steps.
Procedure:
- Check if your Node.js version is >= 18.
- Clone this repository.
- Run
npm installto install the dependencies. - Run
npm run dev - Load your extension on Chrome following:
- Access
chrome://extensions/ - Check
Developer mode - Click on
Load unpacked extension - Select the
buildfolder.
- Access
- Happy hacking.
Building Websockify Docker Image
$ git clone https://github.com/novnc/websockify && cd websockify
$ ./docker/build.sh
$ docker run -it --rm -p 55688:80 novnc/websockify 80 api.x.com:443
Running Websockify Docker Image
$ cd tlsn-extension
$ docker run -it --rm -p 55688:80 novnc/websockify 80 api.twitter.com:443
Packing
After the development of your extension run the command
$ NODE_ENV=production npm run build
Now, the content of build folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.
Resources:
Description
Releases
13
Languages
TypeScript
52.4%
JavaScript
18.6%
Rust
18.1%
HTML
7.1%
SCSS
2.8%
Other
1%