Banano@Home
Banano@Home web client.
Banano@Homeคืออะไร?
Banano@Home เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cosmic_banano และคุณลักษณะหลักของมันคือ "Banano@Home web client."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Banano@Home
ดาวน์โหลดไฟล์ส่วนขยาย Banano@Home ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |