WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
FOLDING AT HOME IN THE DARK

FOLDING AT HOME IN THE DARK

View on Chrome Web Store
View FOLDING AT HOME IN THE DARK Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (25 ratings)
1 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Folding@Home dark mode web client with real time GPU/CPU PPD by WU benchmarking for comparison to other folders.
Type
Extension
Users
1,000 users
folding.lar.systems
View author page of folding.lar.systems
Published
Published on May 26, 2020
Version 2.0.7
Manifest version
3
Updated
Updated on April 14, 2025
lifestyle/fun
Extension Category
View on Chrome Web Store
View FOLDING AT HOME IN THE DARK Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FOLDING AT HOME IN THE DARK",
    "version": "2.0.7",
    "description": "Folding@Home dark mode web client with real time GPU\/CPU PPD by WU benchmarking for comparison to other folders.",
    "icons": {
        "16": "images\/FITDAH16.png",
        "32": "images\/FITDAH32.png",
        "48": "images\/FITDAH48.png",
        "128": "images\/FITDAH128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "system.cpu"
    ],
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/client.foldingathome.org\/*",
                "https:\/\/client.foldingathome.org\/*",
                "http:\/\/127.0.0.1\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": [
                "style_override_base.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "fah_custom.html"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top