- 📌 Table of Contents
- ❓ What is Stremio Enhanced Chrome?
- ✨ Features
- 📥 Installation
- 🛠️ Usage
- 🔧 Technical Details
- 🤝 Credits
- ⭐ Support the Project
- 🚨 Important Notice
A Chrome Extension port of the popular Stremio Enhanced desktop client. It bridges the gap by injecting community themes and plugins directly into the official Stremio Web interface (web.stremio.com), without requiring you to install a separate Electron desktop application.
- Community Themes – Transform Stremio's look with AMOLED, Modern Glass, and more.
- Powerful Plugins – Inject JavaScript plugins to add functionality like AniSkip, TheIntroDB, and Addon Manager.
- Inline Configuration – Fully supports user settings (like API keys or feature toggles) via an intuitive popup interface.
- Zero Native Install – No heavy Electron app required. Runs smoothly and securely via Chrome's Manifest V3 architecture.
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.
Consider giving the project a ⭐ star on GitHub! Your support helps more people discover it and keeps me motivated to improve it.
This project is not affiliated in any way with Stremio.
- This project is licensed under the MIT License.
💻 Developed with ❤️ by Dxrmy | 📜 Licensed under MIT