SignalRGB Extension

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

Qu'est-ce que SignalRGB Extension ?

SignalRGB Extension est une extension Chrome développée par Whirlwind FX, et sa fonction principale est "This extension enables communication between your browser and SignalRGB, enabling RGB lighting triggered by actions in the browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SignalRGB Extension

Téléchargez les fichiers d'extension SignalRGB Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SignalRGB Extension SignalRGB Extension
ID hhiangdfjefafhgcgdohjckkolflilkp
URL Officiel 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.
Taille du Fichier 289 KB
Nombre d'Installations 1,385
Version Actuelle 1.0.0.2
Dernière Mise à Jour 2021-11-16
Date de Publication 2021-10-05
Évaluation 5.00/5 Total 5 Évaluations
Développeur Whirlwind FX
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.signalrgb.com
URL de la Page d'Aide https://www.whirlwindfx.com/pages/support
Langues Prises en Charge 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"
    }
}