Mystic Light Browser Cinema

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

Apa itu Mystic Light Browser Cinema?

Mystic Light Browser Cinema adalah ekstensi Chrome yang dikembangkan oleh meskill, dan fitur utamanya adalah "Allows to subscribe to browser fullscreen event to control mystic light gears lighting".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Mystic Light Browser Cinema

Unduh file ekstensi Mystic Light Browser Cinema dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        🎞 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/)                    

Informasi Dasar Ekstensi

Nama Mystic Light Browser Cinema Mystic Light Browser Cinema
ID gdpnjcddcajojjckihckodnehnjghbcp
URL Resmi https://chromewebstore.google.com/detail/mystic-light-browser-cine/gdpnjcddcajojjckihckodnehnjghbcp
Deskripsi Allows to subscribe to browser fullscreen event to control mystic light gears lighting
Ukuran File 48.98 KB
Jumlah Instalasi 26
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2023-08-25
Tanggal Publikasi 2022-10-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang meskill
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/meskill/mystic-light-browser-cinema
URL Halaman Bantuan https://github.com/meskill/mystic-light-browser-cinema
Bahasa yang Didukung 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"
            ]
        }
    ]
}