A browser extension aiming to simplify coplaying in Tribal Wars.
Go to file
Renovate 8119f3ca4c chore(deps): update dependency webext-options-sync to v4.2.1 (#24)
Reviewed-on: #24
Co-authored-by: Renovate <renovate@dwysokinski.me>
Co-committed-by: Renovate <renovate@dwysokinski.me>
2023-09-15 03:54:00 +00:00
docs chore: update README.md 2022-12-09 07:16:50 +01:00
src feat: drone (#2) 2022-12-03 07:23:24 +00:00
.drone.yml feat: drone (#2) 2022-12-03 07:23:24 +00:00
.gitignore poc (#1) 2022-11-27 09:20:27 +00:00
.parcelrc init 2022-11-14 15:21:26 +01:00
.prettierrc.js poc (#1) 2022-11-27 09:20:27 +00:00
LICENSE chore: add LICENSE 2022-12-09 06:41:55 +01:00
README.md chore: update README.md 2022-12-09 07:17:12 +01:00
package.json chore(deps): update dependency @types/chrome to ^0.0.236 (#15) 2023-05-15 03:19:45 +00:00
renovate.json Configure Renovate (#4) 2023-04-30 09:29:18 +00:00
tsconfig.json poc (#1) 2022-11-27 09:20:27 +00:00
yarn.lock chore(deps): update dependency webext-options-sync to v4.2.1 (#24) 2023-09-15 03:54:00 +00:00

README.md

sessions

A browser extension aiming to simplify coplaying in Tribal Wars. Coplayers can finally play together via a browser!

Getting started

Installation

  1. Download the latest version.
  2. Unzip files.
  3. In your browser, go to the Extensions page by entering chrome://extensions in a new tab.
  4. Enable developer mode by clicking the toggle switch next to Developer mode.
  5. Click on Load Unpacked and select the extracted folder.

img.png

The extension has been successfully installed!

Development

Setting up the environment

Prerequisites:

  1. Node.js (LTS)
  2. Yarn
  3. IDE/Code editor (e.g. WebStorm, VSCode, vim, neovim)
  4. web-ext (yarn global add web-ext)
  5. backend (such as this one)
  6. Chromium-based browser (e.g. Chromium, Vivaldi, Brave)
# install dependencies
yarn install

# start a dev server
yarn watch

# launch a browser (e.g. Chromium)
yarn run:chromium

FAQ

  1. What data are sent to the backend? - Only sid (session identifier). Sid is encrypted/decrypted on the client side.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Dawid Wysokiński - contact@dwysokinski.me