Huegasm Lite

Manage your Philips Hue lights.

What is Huegasm Lite?

Huegasm Lite is a Chrome extension developed by https://www.huegasm.com, and its main feature is "Manage your Philips Hue lights.".

Extension Screenshots

screenshot

Download Huegasm Lite Extension CRX File

Download Huegasm Lite 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

                        The lite version of Huegasm has been retired. Please find the full version at https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj                    

Extension Basic Information

Name Huegasm Lite Huegasm Lite
ID dgjggcgamlancpmfnkdgnlegnhbikioj
Official URL https://chromewebstore.google.com/detail/huegasm-lite/dgjggcgamlancpmfnkdgnlegnhbikioj
Description Manage your Philips Hue lights.
File Size 611 KB
Installation Count 197
Current Version 1.2.0
Last Updated 2021-02-02
Publish Date 2020-07-03
Rating 3.00/5 Total 2 Ratings
Developer https://www.huegasm.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Huegasm Lite",
    "short_name": "Huegasm Lite",
    "description": "Manage your Philips Hue lights.",
    "version": "1.2.0",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "16x16.png",
            "32": "32x32.png"
        },
        "default_popup": "index.html",
        "default_title": "Huegasm Lite"
    },
    "commands": {
        "simulate-kick": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "Flash the lights"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}