Banano@Home
Banano@Home web client.
Banano@Home란 무엇입니까?
Banano@Home은(는) cosmic_banano에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Banano@Home web client."입니다.
확장 프로그램 스크린샷
Banano@Home 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 확장 프로그램 기본 정보
| 이름 | |
| 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"
]
} | |