SignalRGB Extension

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

Cos'è SignalRGB Extension?

SignalRGB Extension è un'estensione di Chrome sviluppata da Whirlwind FX, e la sua funzione principale è "This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SignalRGB Extension

Scarica i file di estensione SignalRGB Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SignalRGB Extension SignalRGB Extension
ID hhiangdfjefafhgcgdohjckkolflilkp
URL Ufficiale https://chromewebstore.google.com/detail/signalrgb-extension/hhiangdfjefafhgcgdohjckkolflilkp
Descrizione This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.
Dimensione del File 289 KB
Conteggio Installazioni 1,385
Versione Corrente 1.0.0.2
Ultimo Aggiornamento 2021-11-16
Data di Pubblicazione 2021-10-05
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Whirlwind FX
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.signalrgb.com
URL della Pagina di Aiuto https://www.whirlwindfx.com/pages/support
Lingue Supportate 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"
    }
}