Gammaloid

Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.

What is Gammaloid?

Gammaloid is a Chrome extension developed by https://jacksbrain.com, and its main feature is "Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.".

Extension Screenshots

screenshot

Download Gammaloid Extension CRX File

Download Gammaloid 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

                        # WARNING. DO NOT USE IF PHOTOSENSITIVE. GAMMALOID USES HIGH FREQUENCY STROBES. #

Chrome extension that flashes your screen at custom frequencies. Allows for experimentation with possible links between gamma frequency flashes and amyloid load (http://www.nature.com/nature/journal/v540/n7632/full/nature20587.html).

The extension options page allows for custom change in the flash opacity and frequency. Default is 10% opacity, 40Hz.

MIT licensed; contribute at https://github.com/jkingsman/Gammaloid.
The efficacy or safety of this tool has not been evaluated by anyone. Use at your own risk. This tool is not intended to diagnose, treat, cure, or prevent any disease.                    

Extension Basic Information

Name Gammaloid Gammaloid
ID lfmaoakhbbgeckaogljdkahbfkpkdapg
Official URL https://chromewebstore.google.com/detail/gammaloid/lfmaoakhbbgeckaogljdkahbfkpkdapg
Description Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.
File Size 12.61 KB
Installation Count 54
Current Version 0.2.1
Last Updated 2023-12-10
Publish Date 2017-01-08
Rating 5.00/5 Total 2 Ratings
Developer https://jacksbrain.com
Email [email protected]
Payment Type free
Extension Website http://jacksbrain.com
Help Page URL https://github.com/jkingsman/Gammaloid
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gammaloid",
    "version": "0.2.1",
    "description": "Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.",
    "author": "Jack Kingsman ",
    "icons": {
        "16": "img\/gammaloid16.png",
        "48": "img\/gammaloid48.png",
        "128": "img\/gammaloid128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage"
    ]
}