Skip to content

Dxrmy/stremio-enhanced-chrome

 
 

Repository files navigation

Stremio Enhanced (Web)

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).

Installation

Note: This extension is currently not available on the Chrome Web Store and must be sideloaded.

  1. Download or clone this repository to your local machine.
  2. Open Google Chrome (or any Chromium-based browser like Brave or Edge) and navigate to chrome://extensions/.
  3. Enable Developer Mode using the toggle switch in the top right corner.
  4. Click the Load unpacked button.
  5. Select the stremio-enhanced-extension folder.

Usage

  1. Navigate to web.stremio.com.
  2. Click the Stremio Enhanced extension icon (the puzzle piece) in your browser toolbar.
  3. In the Themes and Plugins tabs, toggle the enhancements you want to use.
  4. If a plugin has a cog icon next to it, click it to access its specific settings (e.g., API keys or skip preferences).
  5. Click Save & Refresh to apply the changes instantly to your Stremio session.

Technical Details

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:

  • declarativeNetRequest to strip CSP headers on-the-fly.
  • A Background Service Worker to act as a proxy, fetching raw assets directly from GitHub.
  • chrome.scripting.executeScript to securely push plugins into the MAIN DOM world.

Credits

Important Notice

This project is not affiliated in any way with Stremio.

  • This project is licensed under the MIT License.

About

A fork of the Electron-based Stremio desktop client with support for plugins and themes. This project aims to port this app into a chrome extension. This is a community project and is not affiliated with Stremio in any way.

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 77.1%
  • CSS 16.5%
  • HTML 6.4%