Stremio Sidekick v0.33.0

Extra Features for Stremio

How to get Auth Token?
  • Go to web.stremio.com and login.
  • Open the Console in your browser's Developer Tools.
  • Run the following code snippet: JSON.parse(localStorage.getItem("profile")).auth.key
  • The output is the auth token for your Stremio account.