Gammaloid

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

Qu'est-ce que Gammaloid ?

Gammaloid est une extension Chrome développée par https://jacksbrain.com, et sa fonction principale est "Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gammaloid

Téléchargez les fichiers d'extension Gammaloid 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

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

Informations de Base sur l'Extension

Nom Gammaloid Gammaloid
ID lfmaoakhbbgeckaogljdkahbfkpkdapg
URL Officiel https://chromewebstore.google.com/detail/gammaloid/lfmaoakhbbgeckaogljdkahbfkpkdapg
Description Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.
Taille du Fichier 12.61 KB
Nombre d'Installations 54
Version Actuelle 0.2.1
Dernière Mise à Jour 2023-12-10
Date de Publication 2017-01-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://jacksbrain.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://jacksbrain.com
URL de la Page d'Aide https://github.com/jkingsman/Gammaloid
Langues Prises en Charge 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"
    ]
}