Instructions:
- Enter your Stremio authentication key
- Upload a JSON file containing your addon configuration
- Click "Sync Addons" to synchronize with Stremio
How to get the Stremio AuthKey?
- Login to https://web.stremio.com using your Stremio credentials in your browser.
- Open the developer console and paste the follow code snippet:
JSON.parse(localStorage.getItem("profile")).auth.key - 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.