Gammaloid

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

Cos'è Gammaloid?

Gammaloid è un'estensione di Chrome sviluppata da https://jacksbrain.com, e la sua funzione principale è "Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gammaloid

Scarica i file di estensione Gammaloid 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

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

Informazioni di Base sull'Estensione

Nome Gammaloid Gammaloid
ID lfmaoakhbbgeckaogljdkahbfkpkdapg
URL Ufficiale https://chromewebstore.google.com/detail/gammaloid/lfmaoakhbbgeckaogljdkahbfkpkdapg
Descrizione Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.
Dimensione del File 12.61 KB
Conteggio Installazioni 54
Versione Corrente 0.2.1
Ultimo Aggiornamento 2023-12-10
Data di Pubblicazione 2017-01-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://jacksbrain.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://jacksbrain.com
URL della Pagina di Aiuto https://github.com/jkingsman/Gammaloid
Lingue Supportate 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"
    ]
}