BananoMiner Watch

Displays all your Folding@home contribution stats and earnings for the www.banano.cc team.

BananoMiner Watch란 무엇입니까?

BananoMiner Watch은(는) https://sites.google.com/site/sebrock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays all your Folding@home contribution stats and earnings for the www.banano.cc team."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BananoMiner Watch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        BananoMiner Watch is an extension that shows you all the stats about your contributions to the www.banano.cc team at Folding@home including the amount of $BAN you have already earned using your config from https://bananominer.com/.
This is a BANANO community project. Made by Banano Jungle Monkeys for Banano Jungle Monkeys.

If you would like to know more about the BANANO cryptocurrency, please visit www.banano.cc

Credits
Our sincere thanks go to everyone in the BANANO community who contributed and supported in the making of this. BAN fam - best fam! 💛

For Translation and Proofreading credits, please go to https://sebrock.github.io/bananominer-watch-DEV_TEST/.
Google has rejected the latest release because of the credits.

Keywords:
folding foldingathome folding@home cryptocurrency banano                    

확장 프로그램 기본 정보

이름 BananoMiner Watch BananoMiner Watch
ID pdnkikfbjfhikkpopfoaihhfbhaplpfc
공식 URL https://chromewebstore.google.com/detail/bananominer-watch/pdnkikfbjfhikkpopfoaihhfbhaplpfc
설명 Displays all your Folding@home contribution stats and earnings for the www.banano.cc team.
파일 크기 704 KB
설치 횟수 3,427
현재 버전 V1.3.8a маймунски Polski
최근 업데이트 2021-10-03
출시 날짜 2020-06-26
평점 3.32/5 총 19 개의 평점
개발자 https://sites.google.com/site/sebrock
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bananominer.com
도움말 페이지 URL https://github.com/andrecrjr/bananominer-watch#readme
지원되는 언어 id,de,en,fil,fr,nl,no,vi,tr,da,es,es-419,it,pl,pt-BR,pt-PT,sv,el,sr,bg,ru,fa,hi,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3.8",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "banano.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        },
        "default_title": "BananoMiner Watch"
    },
    "version_name": "V1.3.8a \u043c\u0430\u0439\u043c\u0443\u043d\u0441\u043a\u0438 Polski",
    "homepage_url": "https:\/\/github.com\/andrecrjr\/bananominer-watch",
    "content_scripts": [],
    "event_rules": [],
    "offline_enabled": false,
    "requirements": [],
    "omnibox": {
        "keyword": "banano"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "*.png",
        "*.svg",
        "assets\/*.png",
        "*.css",
        "fonts\/*.ttf",
        "scripts\/*.js",
        "scripts\/components\/helper\/*.js",
        "scripts\/components\/renderUser\/*.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]; object-src 'self'"
}