Skip to content

doniel-t/anime-discord-presence

Repository files navigation

Kickassanime / 9Anime Discord Rich Presence Chrome Extension 🚀

Updates your rich presence to what Anime / Episode you are currently watching 👀

image GitHub language count GitHub Release Date - Published_At GitHub

image

How To Run ⚙️

  • Download the corresponding Extension for your Browser from the Releases Tab and install it in your Browser - Chrome Extension works for all Chromium based Browsers like Edge, Chrome, Opera...
  • install NodeJS on your machine
  • Download the RPC-Server binary from the Releases Tab and run it

  • optional schedule the Server binary to run on launch

How to Develop 🤗

  • Server

    • Make changes
    • Test with npm run dev
    • Bundle the app with npm run build
    • Compile to executable with npm run compile_to_exe
      • You can change the target for your own OS
  • Chrome

    • Make changes then

    • Create the bundled dist/index.js with npm run build

    • pack the extension in chrome or create extensions from unpacked and select the directory

    • Chrome extensions API ref sheet