Gammaloid

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

Was ist Gammaloid?

Gammaloid ist eine Chrome-Erweiterung, die von https://jacksbrain.com entwickelt wurde, und ihr Hauptmerkmal ist "Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.".

Erweiterungsscreenshots

screenshot

Gammaloid-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gammaloid-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        # 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.                    

Grundlegende Informationen zur Erweiterung

Name Gammaloid Gammaloid
ID lfmaoakhbbgeckaogljdkahbfkpkdapg
Offizielle URL https://chromewebstore.google.com/detail/gammaloid/lfmaoakhbbgeckaogljdkahbfkpkdapg
Beschreibung Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.
Dateigröße 12.61 KB
Installationsanzahl 54
Aktuelle Version 0.2.1
Letztes Update 2023-12-10
Veröffentlichungsdatum 2017-01-08
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://jacksbrain.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://jacksbrain.com
Hilfeseite URL https://github.com/jkingsman/Gammaloid
Unterstützte Sprachen 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"
    ]
}