Gammaloid

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

Gammaloidคืออะไร?

Gammaloid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jacksbrain.com และคุณลักษณะหลักของมันคือ "Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gammaloid

ดาวน์โหลดไฟล์ส่วนขยาย Gammaloid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gammaloid Gammaloid
ID lfmaoakhbbgeckaogljdkahbfkpkdapg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gammaloid/lfmaoakhbbgeckaogljdkahbfkpkdapg
คำอธิบาย Produce gamma frequency pulses, possibly linked to neural amyloid reduction. DO NOT USE IF PHOTOSENSITIVE.
ขนาดไฟล์ 12.61 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2023-12-10
วันที่เผยแพร่ 2017-01-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://jacksbrain.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://jacksbrain.com
URL หน้าช่วยเหลือ https://github.com/jkingsman/Gammaloid
ภาษาที่รองรับ 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"
    ]
}