I ported the Stremio Enhanced desktop app to a Chrome extension so you don't have to run the heavy Electron app. It injects community themes and plugins directly into the official Stremio Web interface (web.stremio.com).
Note: This extension is currently not available on the Chrome Web Store and must be sideloaded.
- Download or clone this repository to your local machine.
- Open Google Chrome (or any Chromium-based browser like Brave or Edge) and navigate to
chrome://extensions/. - Enable Developer Mode using the toggle switch in the top right corner.
- Click the Load unpacked button.
- Select the
stremio-enhanced-extensionfolder.
- Navigate to web.stremio.com.
- Click the Stremio Enhanced extension icon (the puzzle piece) in your browser toolbar.
- In the Themes and Plugins tabs, toggle the enhancements you want to use.
- If a plugin has a cog icon next to it, click it to access its specific settings (e.g., API keys or skip preferences).
- Click Save & Refresh to apply the changes instantly to your Stremio session.
Because the official Stremio Web app employs strict Content Security Policies (CSP) and CORS restrictions, this extension uses a combination of advanced Manifest V3 techniques:
declarativeNetRequestto strip CSP headers on-the-fly.- A Background Service Worker to act as a proxy, fetching raw assets directly from GitHub.
chrome.scripting.executeScriptto securely push plugins into theMAINDOM world.
- Stremio Enhanced - The original desktop app created by REVENGE977.
- Plugin & Theme Registry - The community hub for all the customizations.
- Extension ported and maintained by Dxrmy.
This project is not affiliated in any way with Stremio.
- This project is licensed under the MIT License.