Mystic Light Browser Cinema

Allows to subscribe to browser fullscreen event to control mystic light gears lighting

¿Qué es Mystic Light Browser Cinema?

Mystic Light Browser Cinema es una extensión de Chrome desarrollada por meskill, y su función principal es "Allows to subscribe to browser fullscreen event to control mystic light gears lighting".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Mystic Light Browser Cinema

Descarga archivos de extensión Mystic Light Browser Cinema en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        🎞 Mystic Light Browser Cinema 🎞

⭐Have you ever wanted to automatically disable your gear lightning while you are watching movie or youtube video? Check this out ⭐

Extension for Chromium-based browsers (Chromium, Chrome, Vivaldi, Edge, Yandex.Browser) that allows to disable lighting effects of your Mystic Light compatible (mostly comes under MSI trademark) RGB peripherals and components on event when browser enters fullscreen mode.

⚠ Note: Works only with installed Mystic Light and companion app on Windows

❓ Why

Having gaming peripherals and components with fancy RGB led feels great, but it might become annoying while you are trying to watch movies or youtube videos. This extension just allows to automatically disable lighting of these devices when browsers enters fullscreen mode. When browsers leaves fullscreen your device settings will restore to previous state before fullscreen event.

❓ Is my device supported?

- check your device info - if there any mention of "Mystic Light" then most likely it is supported
- you can check the Mystic Light compatible products -https://www.msi.com/Landing/mystic-light-rgb-gaming-pc/compatible-products
- if you have installed "Dragon Center" or "MSI Center" app you will see your device on the Mystic Light tab if it is supported

🔨 Setup

1. Make sure you have installed "MSI SDK" program installed on your device. This program is installed with either "Dragon Center" or "MSI Center" app - you can find download links https://www.msi.com/Landing/mystic-light-rgb-gaming-pc/download.
2. Install native-app
3. Install browser extension

💻 Native app

1. Go to releases page - https://github.com/meskill/mystic-light-browser-cinema/releases
2. Find latest release
3. Locate download link with `Native-app installer` and click on it
4. After download run it to install native app

🧶 Browser extension

1. Install `Mystic Light Browser Cinema` extension from Chrome store
2. Navigate to `chrome://extensions` and click "Details" on the newly installed extension.
3. Scroll down and make sure the "Allow access to file URLs" is enabled.

😩 Uninstall

- Uninstall "Mystic Light Browser Extension" from your browser
- Uninstall "Mystic Light Browser Cinema" app from your system through "Add or remove programs" tab in windows settings


🎃 Caveats

- Supports only `Windows`
- Changing device state not through Mystic Light app wont be detected by the extension and that will mess up the lighting for you. So prefer to change light effects only through MSI app.
- Only default `%ProgramData%` location is supported. E.g. `C:\\ProgramData`

🩺 Troubleshooting

❓  Browser extension shows alert with error "native-app not found"

Make sure you have installed [native-app](#native-app) and it is running:
- open start menu
- type "Services"
- open Services app
- locate "Mystic Light Browser Cinema" service
- make sure it is in "Running" state. If not try to start it manually
- if it doesn't help follow [this instruction](#no-answer-on-my-question)

❓  Device state doesn't reflect browser mode

Make sure you have followed setup instruction and have installed "MSI SDK" and native-app.

❓  No answer on my question

Please create Issue on GitHub -https://github.com/meskill/mystic-light-browser-cinema/issues with detailed report.

Provide next information:
- screenshot of opened MSI app that shows your Mystic Light compatible devices
- screenshot of opened Windows Services app that shows that you have running "Mystic Light Browser Cinema" service
- send as an archive the logs from "C:\ProgramData\Mystic Light\Mystic Light Browser Cinema\logs" folder

🙏 Credits

🎨 Icons

Icons made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/)                    

Información Básica de la Extensión

Nombre Mystic Light Browser Cinema Mystic Light Browser Cinema
ID gdpnjcddcajojjckihckodnehnjghbcp
URL Oficial https://chromewebstore.google.com/detail/mystic-light-browser-cine/gdpnjcddcajojjckihckodnehnjghbcp
Descripción Allows to subscribe to browser fullscreen event to control mystic light gears lighting
Tamaño del Archivo 48.98 KB
Cantidad de Instalaciones 26
Versión Actual 1.0.5
Última Actualización 2023-08-25
Fecha de Publicación 2022-10-02
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador meskill
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/meskill/mystic-light-browser-cinema
URL de la Página de Ayuda https://github.com/meskill/mystic-light-browser-cinema
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.721b7357.png",
        "48": "icon48.f544afcb.png",
        "128": "icon128.6aa15eb0.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.721b7357.png",
            "48": "icon48.f544afcb.png"
        }
    },
    "version": "1.0.5",
    "name": "Mystic Light Browser Cinema",
    "description": "Allows to subscribe to browser fullscreen event to control mystic light gears lighting",
    "author": "meskill <[email protected]>",
    "background": {
        "service_worker": "background.23452572.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.07616647.js"
            ],
            "css": []
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "file:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "iframe.0f328d71.html",
                "iframe.d45b69cf.js"
            ]
        }
    ]
}