Kitty Helper
Upgrade your Crypto Kitties experience to stay ahead of the competition.
Kitty Helper란 무엇입니까?
Kitty Helper은(는) Andy Groff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upgrade your Crypto Kitties experience to stay ahead of the competition."입니다.
확장 프로그램 스크린샷
Kitty Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Kitty Helper is your one stop shop for upgrading your experience on the Crypto Kitties platform. Keep ahead of the competition with a custom rarity scoring algorithm, convert prices to USD on hover, and view every kitties rarest traits instantly. This is currently a Beta release but stay tuned as many more features are coming soon! Kitty Helper is 100% free and open source software - a labor of love. The code is available here: https://github.com/agroff/kitty-helper
확장 프로그램 기본 정보
이름 | Kitty Helper |
ID | dceabgpbnaimhibdgjdhgbabiocgimhb |
공식 URL | https://chromewebstore.google.com/detail/kitty-helper/dceabgpbnaimhibdgjdhgbabiocgimhb |
설명 | Upgrade your Crypto Kitties experience to stay ahead of the competition. |
파일 크기 | 283 KB |
설치 횟수 | 368 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-12-12 |
출시 날짜 | 2017-12-12 |
평점 | 3.64/5 총 14 개의 평점 |
개발자 | Andy Groff |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Upgrade your Crypto Kitties experience to stay ahead of the competition.", "version": "1.0.0", "name": "Kitty Helper", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.cryptokitties.co\/*" ], "js": [ "jquery.bundle.js", "cryptokittiescontent.bundle.js" ] } ], "permissions": [ "http:\/\/104.236.1.36\/" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |