Stremio Addon Sync
Upload your addon configuration JSON file and sync it with Stremio

Instructions:

  1. Enter your Stremio authentication key
  2. Upload a JSON file containing your addon configuration
  3. Click "Sync Addons" to synchronize with Stremio

How to get the Stremio AuthKey?

  1. Login to https://web.stremio.com using your Stremio credentials in your browser.
  2. Open the developer console and paste the follow code snippet: JSON.parse(localStorage.getItem("profile")).auth.key
  3. Take the output value and paste it into the form above.

Note: The JSON file should contain an array of addon objects that match Stremio's addon format.