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ファイルをダウンロード
Kitty Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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'" } |