SignalRGB Extension

This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.

What is SignalRGB Extension?

SignalRGB Extension is a Chrome extension developed by Whirlwind FX, and its main feature is "This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.".

Extension Screenshots

screenshot
screenshot

Download SignalRGB Extension Extension CRX File

Download SignalRGB Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bring dynamic RGB lighting effects to Chrome with this extension. SignalRGB is required to be installed for the lighting effects to function.                    

Extension Basic Information

Name SignalRGB Extension SignalRGB Extension
ID hhiangdfjefafhgcgdohjckkolflilkp
Official URL https://chromewebstore.google.com/detail/signalrgb-extension/hhiangdfjefafhgcgdohjckkolflilkp
Description This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.
File Size 289 KB
Installation Count 1,385
Current Version 1.0.0.2
Last Updated 2021-11-16
Publish Date 2021-10-05
Rating 5.00/5 Total 5 Ratings
Developer Whirlwind FX
Email [email protected]
Payment Type free
Extension Website https://www.signalrgb.com
Help Page URL https://www.whirlwindfx.com/pages/support
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SignalRGB Extension",
    "version": "1.0.0.2",
    "description": "This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.",
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "bookmarks"
    ],
    "host_permissions": [
        "http:\/\/localhost:16034\/"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to view info about SignalRGB.",
        "default_popup": "popup.html"
    }
}