Mystic Light Browser Cinema

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

Mystic Light Browser Cinemaとは何ですか?

Mystic Light Browser Cinemaはmeskillによって開発されたChromeの拡張機能で、その主な機能は「Allows to subscribe to browser fullscreen event to control mystic light gears lighting」です。

拡張機能のスクリーンショット

screenshot
screenshot

Mystic Light Browser Cinema拡張機能のCRXファイルをダウンロード

Mystic Light Browser Cinema拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Mystic Light Browser Cinema Mystic Light Browser Cinema
ID gdpnjcddcajojjckihckodnehnjghbcp
公式URL https://chromewebstore.google.com/detail/mystic-light-browser-cine/gdpnjcddcajojjckihckodnehnjghbcp
説明 Allows to subscribe to browser fullscreen event to control mystic light gears lighting
ファイルサイズ 48.98 KB
インストール数 26
現在のバージョン 1.0.5
最終更新日 2023-08-25
公開日 2022-10-02
評価 5.00/5 合計 1 レビュー
開発者 meskill
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/meskill/mystic-light-browser-cinema
ヘルプページのURL https://github.com/meskill/mystic-light-browser-cinema
対応言語 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"
            ]
        }
    ]
}