tsukino 53ba6f69b8 feat: implement plugin system and add demo plugin for twitter profile (#59)
* wip: testing extism host function

* wip

* wip

* wip: adding ui for plugin

* feat: add cache for headers and cookies by host

* feat: add plugin stores

* feat: add a plugin and render plugin list

* feat: add plugin config db

* feat: add basic plugin steps ui

* feat: add completion status to steps ui

* fix: refactor twitter profile plugin

* fix: refactor steps execution

* fix: testing plugin

* Added README to plugins folder

* feat: fix twitter profile plugin

* improved README: document how to run the twitter plugin example

* remove ddos

* WIP: Reddit plugin

* fix: steps circular reference

* feat: open popup

* Reddit plugin (result too big)

* feat: add view proof

* chore: add plugins to eslint ignore

* fix: twitter plugin

* fix: remove logs

* feat: add permission for approved request, notary, and proxy url in plugin

---------

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2024-05-17 06:04:47 -04:00
2023-08-25 11:18:44 +08:00
2023-08-25 11:18:44 +08:00
2024-01-06 22:08:51 -05:00
2023-08-25 11:18:44 +08:00
2023-08-25 11:18:44 +08:00
2024-05-07 11:05:51 -04:00

MIT licensed Apache licensed Build Status

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

Procedures:

  1. Check if your Node.js version is >= 18.
  2. Clone this repository.
  3. Run npm install to install the dependencies.
  4. Run npm run dev
  5. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.
  6. 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.twitter.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
No description provided
Readme 512 MiB
Latest
2025-06-27 12:58:36 -04:00
Languages
TypeScript 52.4%
JavaScript 18.6%
Rust 18.1%
HTML 7.1%
SCSS 2.8%
Other 1%