Banano@Home
Banano@Home web client.
Banano@Home क्या है?
Banano@Home cosmic_banano द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Banano@Home web client."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Banano@Home एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Banano@Home is a visual upgrade to the old Folding@Home web client. Make sure you have Folding@Home installed. This extension was originally created by LAR_Systems which you can find here: https://chrome.google.com/webstore/detail/folding-at-home-in-the-da/alpjkkbjnbkddolgnicglknicbgfahoe?hl=en
एक्सटेंशन की मूल जानकारी
नाम | Banano@Home |
ID | nlcmnmkondddmaihhiciofhblelckjmd |
आधिकारिक URL | https://chromewebstore.google.com/detail/bananohome/nlcmnmkondddmaihhiciofhblelckjmd |
विवरण | Banano@Home web client. |
फ़ाइल का आकार | 760 KB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-09-21 |
प्रकाशन तिथि | 2021-08-28 |
डेवलपर | cosmic_banano |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "css": [ "style_override_banano.css" ], "js": [ "inject.js" ], "matches": [ "http:\/\/client.foldingathome.org\/*", "https:\/\/client.foldingathome.org\/*", "http:\/\/127.0.0.1\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com https:\/\/apis.google.com\/ https:\/\/*.lar.systems\/ https:\/\/folding.lar.systems\/ https:\/\/apps.foldingathome.org\/ https:\/\/stats.foldingathome.org\/ https:\/\/statsclassic.foldingathome.org\/ ; object-src 'self'", "description": "Banano@Home web client.", "icons": { "128": "images\/FITDAH128.png", "16": "images\/FITDAH16.png", "32": "images\/FITDAH32.png", "48": "images\/FITDAH48.png" }, "incognito": "split", "manifest_version": 2, "name": "Banano@Home", "permissions": [ "storage", "system.cpu" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "fah.js", "build_loader.js", "images\/*", "fah_custom.html", "fah_issue.html" ] } |